-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds #103902
gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds #103902
Conversation
cc. @TheCatPlusPlus, can you check if this works for you? Unfortunately, I don't have a Windows development environment to test this on. |
9559cdd
to
5390fec
Compare
9bf361b
to
33e196b
Compare
I'm landing this tomorrow. |
!buildbot .*Windows.Refleaks. |
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit 33e196b 🤖 The command will test the builders whose names match following regular expression: The builders matched are: |
!buildbot .*Win.Refleak. |
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit 33e196b 🤖 The command will test the builders whose names match following regular expression: The builders matched are: |
This comment was marked as off-topic.
This comment was marked as off-topic.
Blob support was introduced in 3.11; we need to backport this. |
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, @erlend-aasland, I could not cleanly backport this to |
GH-104285 is a backport of this pull request to the 3.11 branch. |
…pen for 32-bit builds (python#103902)
TODO