]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix some memory dealloc problems when exceptions occur.
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 13 Jun 2008 06:02:26 +0000 (06:02 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 13 Jun 2008 06:02:26 +0000 (06:02 +0000)
commit705cd06f9122897ca5137b4da0cb4f1f163a9ceb
tree0f9c82ab02ddee02ba0ae24231af8f73b36bd812
parente9ee44c25b47e676b1b691cda5d75340b6f182fe
Fix some memory dealloc problems when exceptions occur.
It caused: "Fatal Python error: UNREF invalid object" in the DoubleTest.
Modules/arraymodule.c