]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17703: Fix a regression where an illegal use of Py_DECREF() after interpreter...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 15 Apr 2013 19:20:14 +0000 (21:20 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 15 Apr 2013 19:20:14 +0000 (21:20 +0200)
commit108d1b4a7962a7777b7fb6108f12df619ea9218b
treea8259f9977ddaf53229ba120c603f5c5deadac74
parent1b3320659667b688a3d5740d04e4b7480a09fcc3
Issue #17703: Fix a regression where an illegal use of Py_DECREF() after interpreter finalization can cause a crash.
Include/object.h
Misc/NEWS