From 343ca1e63ae90b13af8d0a71f6ed6fc5a6284e33 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 4 Jan 2015 17:19:16 +0200 Subject: objarray: Make sure that longint works as bytearray size. --- tests/basics/bytearray_longint.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/basics/bytearray_longint.py (limited to 'tests/basics') 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))) -- cgit v1.2.3