]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Wed, 23 Jun 2021 12:56:40 +0000 (14:56 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Jun 2021 12:56:40 +0000 (05:56 -0700)
commita50e28377bcf37121b55c2de70d95a5386c478f8
tree10bd9512e7501dc798630a89770254be220d0905
parent489699ca05bed5cfd10e847d8580840812b476cd
bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)

Also adds a test to verify the (borrowed) exceptions in `sqlite3.Connection`.
Lib/sqlite3/test/dbapi.py
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sqlite/module.c
Modules/_sqlite/module.h
Modules/_sqlite/statement.c
Modules/_sqlite/util.c
Tools/c-analyzer/cpython/ignored.tsv