]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Aug 2016 11:29:55 +0000 (14:29 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Aug 2016 11:29:55 +0000 (14:29 +0300)
commite63af905a494478e57f7f8272a7b384e7a29c0a0
tree88b2e595d37124a6121cf3f8750c50d874ffd1f2
parenteac40fdf723bb9af0026305c8ae6cd285fe38c50
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
creates not a cursor.  Patch by Xiang Zhang.
Doc/library/sqlite3.rst
Lib/sqlite3/test/factory.py
Misc/NEWS
Modules/_sqlite/connection.c