]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Aug 2016 12:11:52 +0000 (15:11 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Aug 2016 12:11:52 +0000 (15:11 +0300)
creates not a cursor.  Patch by Xiang Zhang.

1  2 
Doc/library/sqlite3.rst
Misc/NEWS
Modules/_sqlite/connection.c

Simple merge
diff --cc Misc/NEWS
Simple merge
Simple merge