]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Programmin...
authorPetri Lehtinen <petri@digip.org>
Mon, 9 May 2011 10:24:09 +0000 (12:24 +0200)
committerPetri Lehtinen <petri@digip.org>
Mon, 6 Feb 2012 20:04:18 +0000 (22:04 +0200)
commit4a84f58143ca01db181f28df06ac922fbf73a1d7
tree24c9d7be2e2ca971d41ae7f7bd23ebf9d57e380f
parent1f30575713a153d5b3c558de6068bdfe1dd1a3f4
Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
Lib/sqlite3/test/regression.py
Misc/NEWS
Modules/_sqlite/cursor.c
Modules/_sqlite/cursor.h