]> granicus.if.org Git - python/commit
Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 29 Aug 2011 22:28:40 +0000 (00:28 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 29 Aug 2011 22:28:40 +0000 (00:28 +0200)
commita514eb95f30306a11a14f8a3b9cbf229c6af6137
tree9448e0e80659d32aa1c11e78c905e21a87ca320d
parentee763e2acc469fa2f423440517b9bc227fbbe79c
parent55549ec476c178ca4723ba97d4f00a015f427427
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