mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
objarray: Make sure that longint works as bytearray size.
This commit is contained in:
1
tests/basics/bytearray_longint.py
Normal file
1
tests/basics/bytearray_longint.py
Normal file
@@ -0,0 +1 @@
|
||||
print(bytearray(2**65 - (2**65 - 1)))
|
||||
Reference in New Issue
Block a user