mirror of
https://github.com/python/cpython.git
synced 2026-05-11 15:12:20 -04:00
d4ab4a5905
Fixed %c formatting to check for one character arguments. Thanks to Finn Bock for finding this bug. Added a fix for bug PR#348 which originated from not resetting the globals correctly in _PyUnicode_Fini().