Files
cpython/Modules
Victor Stinner 357f5155dc Issue #19437: Fix _threading.RLock constructor (rlock_new), call
Py_DECREF(self) if PyThread_allocate_lock() failed instead of calling directly
type->tp_free(self), to keep the chained list of objects consistent when Python
is compiled in debug mode

fails, don't consume the row (restore it) and fail immediatly (don't call
pysqlite_step())
2013-11-05 15:10:19 +01:00
..
2013-10-04 16:52:39 -07:00
2013-08-17 16:58:13 +03:00
2013-10-02 12:22:05 -07:00
2013-08-01 22:13:30 -07:00
2013-10-26 13:22:08 -04:00