]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18408: _pickle.c: Add missing PyErr_NoMemory() on memory allocation failures
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 22:53:57 +0000 (00:53 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 22:53:57 +0000 (00:53 +0200)
commit4202456cd4dfb19e04a1a08b210d99933c1e024e
tree3c71fba7a76f7dd429d5e1d08d822c9ea16b5cc1
parent8ca72e2e3dfd0643288c27c4462cb8be62b5b049
Issue #18408: _pickle.c: Add missing PyErr_NoMemory() on memory allocation failures
Modules/_pickle.c