]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9402: pyexpat uses Py_DECREF() instead of PyObject_DEL()
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 10 Sep 2010 22:25:19 +0000 (22:25 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 10 Sep 2010 22:25:19 +0000 (22:25 +0000)
commitb4ba986a7170ab02059a149737928b00d30fa306
tree7a614269b0207f847b44cfc2c2f660723e404526
parent3d75d0cc9244a8c2c1f31deb47f097409d36fefb
Issue #9402: pyexpat uses Py_DECREF() instead of PyObject_DEL()

Fix a crash if Python is compiled in pydebug mode.
Lib/test/test_pyexpat.py
Modules/pyexpat.c