]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue #4730: cPickle corrupts high-unicode strings.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 27 Dec 2008 07:08:47 +0000 (07:08 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 27 Dec 2008 07:08:47 +0000 (07:08 +0000)
commitf852bf97ef45e10f37938434c84b58d65b1b9a7e
tree439a2c1f154f37c6600e436b7f12e971d295552c
parent034e08ce8daafb61bfc8e3f7c6e3b6194e05dd78
Fix issue #4730: cPickle corrupts high-unicode strings.
Update outdated copy of PyUnicode_EncodeRawUnicodeEscape.
Add a test case.
Lib/test/pickletester.py
Modules/cPickle.c