]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19437: Fix pysqlite_connection_call() of sqlite3, return NULL when
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 5 Nov 2013 13:46:13 +0000 (14:46 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 5 Nov 2013 13:46:13 +0000 (14:46 +0100)
commitb3e1ef1ce0e4c81c43b3c49c0db9a3047d90280b
treef4dff8927a2641a1b429aedab6aa78e32354fcaa
parentdd4b299df1589dea63f4067b5617869d7baa7e23
Issue #19437: Fix pysqlite_connection_call() of sqlite3, return NULL when
PyList_Append() fails
Modules/_sqlite/connection.c