cpython/Modules/_sqlite
Victor Stinner e3a277c8d8
[3.13] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (#136126)
gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614)

(cherry picked from commit b1056c2a44)

Co-authored-by: Xuanteng Huang <44627253+xuantengh@users.noreply.github.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
2025-07-01 11:26:52 +02:00
..
clinic
blob.c [3.13] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (#136126) 2025-07-01 11:26:52 +02:00
blob.h
connection.c [3.13] gh-129346: Handle allocation errors for SQLite aggregate context (GH-129347) (#129372) 2025-01-27 17:41:59 +00:00
connection.h
cursor.c [3.13] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (#136126) 2025-07-01 11:26:52 +02:00
cursor.h
microprotocols.c
microprotocols.h
module.c
module.h
prepare_protocol.c
prepare_protocol.h
row.c [3.13] gh-129603: Don't segfault if sqlite3.Row description is None (#129604) (#129923) 2025-02-10 00:21:33 +00:00
row.h
statement.c
statement.h
util.c
util.h