]> granicus.if.org Git - python/commit
Issue #3299: replace PyObject_DEL() by Py_DECREF() in _sre module to fix a
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 4 Mar 2010 21:59:53 +0000 (21:59 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 4 Mar 2010 21:59:53 +0000 (21:59 +0000)
commit5abeafbb0fed2d2034374c38bd36651cdbf550cd
treeb14deb0f3063ff7fc9ed7b9a0309ee7f93a3c2af
parentf0cbd821b9e5d0104755906fa0085bac87737e78
Issue #3299: replace PyObject_DEL() by Py_DECREF() in _sre module to fix a
crash in pydebug mode.
Lib/test/test_re.py
Modules/_sre.c