mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
473d2a35ce
Accepted range for the bytes_per_sep argument of bytes.hex(), bytearray.hex(), memoryview.hex(), and binascii.b2a_hex() is now increased, so passing sys.maxsize and -sys.maxsize is now valid.