mirror of
https://github.com/python/cpython.git
synced 2026-07-26 11:52:27 -04:00
44f527fea4
an OverflowError instead of a TypeError to be consistent with "%c" % 256. See SF patch #710127.