]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 29 Aug 2011 22:27:10 +0000 (00:27 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 29 Aug 2011 22:27:10 +0000 (00:27 +0200)
commit55549ec476c178ca4723ba97d4f00a015f427427
tree43dee50c756d4a81c23efcc254a703d6425d1fb2
parent82be19f889e97618d73f405ad53ceffbee462008
Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
the C pickle implementation.
Lib/pickle.py
Lib/test/pickletester.py
Misc/NEWS
Modules/_pickle.c