summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/bytes_construct_intbig.py
blob: c32de185ffad116cba08a397250854dd2463971a (plain) (blame)
1
2
3
4
# test construction of bytes from different objects

# long ints
print(ord(bytes([14953042807679334000 & 0xff])))