]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19512: pickle now uses an identifier to only create the Unicode string
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 6 Nov 2013 21:40:41 +0000 (22:40 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 6 Nov 2013 21:40:41 +0000 (22:40 +0100)
commitbb52020d44b6f3f1ebd16ec6ce38f1f8a6330728
tree8d0676b3cd0e30e7dd56fe6313c651450b5f6caf
parentcab75e3e1e4df9ac8ffc1753e3c06cf1b3688e35
Issue #19512: pickle now uses an identifier to only create the Unicode string
"modules" once
Modules/_pickle.c