]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1635741: _sqlite3 uses PyModule_AddObjectRef() (GH-23148)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Wed, 4 Nov 2020 19:31:51 +0000 (20:31 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Nov 2020 19:31:51 +0000 (20:31 +0100)
commit789359f47c2a744caa9a405131706099fd7ad6bd
tree946fd05f4c0489f766e6b144e763559cda0e95c1
parent7184218e186811e75be663be78e57d5302bf8af6
bpo-1635741: _sqlite3 uses PyModule_AddObjectRef() (GH-23148)
Modules/_sqlite/microprotocols.c
Modules/_sqlite/module.c