]> granicus.if.org Git - python/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:00 +0000 (22:04 +0200)
commitc7fd523ac57a00901901f4278a72346742e0d7b1
tree4ad4ee3252cf2c9cea1b73c06eb4db4ee440e130
parentcec6a61d303f26c2ca2e7cadf5970f4dff18dc27
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