]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds (#103902)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Sun, 7 May 2023 10:55:31 +0000 (12:55 +0200)
committerGitHub <noreply@github.com>
Sun, 7 May 2023 10:55:31 +0000 (12:55 +0200)
commita05bad3254e2ae5fdf558dfdb65899a2298d8ded
tree68baa25ee85b65327963610ecc5674815b17613f
parentcab1298a6022ddf12ddcdadd74bb8741650d8e9f
gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds (#103902)
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