From: Serhiy Storchaka Date: Mon, 29 Aug 2016 12:11:52 +0000 (+0300) Subject: Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory X-Git-Tag: v3.6.0b1~534 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8631da64bb1f163026b7be82884f8e5b506e0e66;p=thirdparty%2FPython%2Fcpython.git Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory creates not a cursor. Patch by Xiang Zhang. --- 8631da64bb1f163026b7be82884f8e5b506e0e66