]> granicus.if.org Git - python/commit
#10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError...
authorGerhard Haering <gh@ghaering.de>
Mon, 9 May 2011 10:24:09 +0000 (12:24 +0200)
committerGerhard Haering <gh@ghaering.de>
Mon, 9 May 2011 10:24:09 +0000 (12:24 +0200)
commit936d518dc8fb8fb094de1391d5a0703287db694e
tree6ff3f3c2c7ca891b3b66e80494cfb463e04d811b
parent83b8c0be93799b907b22d1db62695da57514496a
#10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
Lib/sqlite3/test/regression.py
Modules/_sqlite/cursor.c
Modules/_sqlite/cursor.h