]> granicus.if.org Git - python/commit
Issue #18408: _PyMemoTable_ResizeTable() now restores the old table if
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 22:53:26 +0000 (00:53 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 22:53:26 +0000 (00:53 +0200)
commit8ca72e2e3dfd0643288c27c4462cb8be62b5b049
tree96cd627f1291a6d902e918ba95abdfae7f4097df
parenta41f08514463ffe1f985e1ef5b3e9123e7222dc5
Issue #18408: _PyMemoTable_ResizeTable() now restores the old table if
allocating a bigger table failed

PyMemoTable destructor does crash if mt_table is NULL.
Modules/_pickle.c