diff options
| author | Paul Sokolovsky | 2015-01-04 17:19:16 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-01-04 17:19:16 +0200 |
| commit | 343ca1e63ae90b13af8d0a71f6ed6fc5a6284e33 (patch) | |
| tree | 4c266a09defd78f88c7b582fca99b5cdf58d3b0c /tests/basics | |
| parent | 51af362e31263a1aabbc179489bc99618cd4c6f0 (diff) | |
objarray: Make sure that longint works as bytearray size.
Diffstat (limited to 'tests/basics')
| -rw-r--r-- | tests/basics/bytearray_longint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basics/bytearray_longint.py b/tests/basics/bytearray_longint.py new file mode 100644 index 000000000..334eabe12 --- /dev/null +++ b/tests/basics/bytearray_longint.py @@ -0,0 +1 @@ +print(bytearray(2**65 - (2**65 - 1))) |
