]> granicus.if.org Git - python/commit
Issue #3299: fix thread.allocate_lock() error handler, replace PyObject_Del()
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 3 Mar 2010 00:43:44 +0000 (00:43 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 3 Mar 2010 00:43:44 +0000 (00:43 +0000)
commitc951d56f9a10ea9e6f9b851f26f73147edbb706b
tree6fd3400aac240f22a48c2cbacdaa66719e8472bf
parent9e220be19d5f1ba1729f8713aa9162b552c4b0c8
Issue #3299: fix thread.allocate_lock() error handler, replace PyObject_Del()
by Py_DECREF() to fix a crash in pydebug mode.
Modules/threadmodule.c