3ab6aa3a6d
Tests which don't work with small ints are suffixed with _intbig.py. Some of these may still work with long long ints and need to be reclassified later.
5 lines
114 B
Python
5 lines
114 B
Python
# test construction of bytes from different objects
|
|
|
|
# long ints
|
|
print(ord(bytes([14953042807679334000 & 0xff])))
|