]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-22478)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 1 Oct 2020 14:03:21 +0000 (16:03 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Oct 2020 14:03:21 +0000 (16:03 +0200)
commit256e54acdbdb26745d4bbb5cf366454151e42773
treeea7d1302357200a7207a7c2695f1a935c7df92f7
parent9031bd4fa42dbb0f25aee9286154ad4bf60df3f8
bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-22478)
Modules/_sqlite/connection.c
Modules/_sqlite/connection.h
Modules/_sqlite/cursor.c
Modules/_sqlite/cursor.h
Modules/_sqlite/module.c
Modules/_sqlite/row.c