mirror of
https://github.com/python/cpython.git
synced 2026-06-24 12:03:39 -04:00
f93254d299
strings, in Latin-1. Bytes are once more pickled through bytes.__reduce__, but now it returns "latin-1" as the second parameter. Unfortunately this breaks datetime pickling. I'll have to investigate further; reverting Martin's changes doesn't seem to help.