]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds...
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Mon, 8 May 2023 08:41:34 +0000 (10:41 +0200)
committerGitHub <noreply@github.com>
Mon, 8 May 2023 08:41:34 +0000 (08:41 +0000)
commit681d5028bda41fb0755da443cea6be24bd2a0fdd
tree4f04f862432c94017423027424aeb633c4922f28
parent19abf691fe1d59a58882c09e9624fb1ffb910e57
[3.11] gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds (#103902) (#104285)
Lib/test/test_sqlite3/test_dbapi.py
Misc/NEWS.d/next/Library/2023-04-27-00-45-41.gh-issue-100370.MgZ3KY.rst [new file with mode: 0644]
Modules/_sqlite/clinic/connection.c.h
Modules/_sqlite/connection.c