]> 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)
commitef113cd4cc2c16fa0ce59e325ee587698d62e1ae
tree0bbd4523aae926a7495471502c4a10a2590aeb9a
parent5de141f157ab372f5dd5b28c17442e41e15101af
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