]> granicus.if.org Git - python/commit
Fixes #13842: cannot pickle Ellipsis or NotImplemented.
authorŁukasz Langa <lukasz@langa.pl>
Mon, 12 Mar 2012 18:46:12 +0000 (19:46 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 12 Mar 2012 18:46:12 +0000 (19:46 +0100)
commitf3078fbee2b6555f0f5b1819a231f4b7d8bdf6b5
treee1948498519d1e9e3d5cb91493ec9d6928268425
parente976fc74647f679519edde2a1e0b73ff711e079b
Fixes #13842: cannot pickle Ellipsis or NotImplemented.

Thanks for James Sanders for the bug report and the patch.
Lib/pickle.py
Lib/test/pickletester.py
Misc/ACKS
Modules/_pickle.c