-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-45581: Raise MemoryError
in sqlite3.connect
if SQLite signals memory error
#29171
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
Conversation
I view this as a bugfix, so I suggest backporting through to 3.9. |
MemoryError
in sqlite3.connect
if SQLite signals memory error
FYI, the Windows x64 failure is unrelated (flakey asyncio test) |
Thanks @erlend-aasland for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Sorry, @erlend-aasland and @ambv, I could not cleanly backport this to |
Sorry @erlend-aasland and @ambv, I had trouble checking out the |
…signals memory error (pythonGH-29171). (cherry picked from commit e2e62b3) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
GH-29323 is a backport of this pull request to the 3.10 branch. |
…ignals memory error (pythonGH-29171). (cherry picked from commit e2e62b3) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
GH-29324 is a backport of this pull request to the 3.9 branch. |
Thanks, Łukasz! |
…signals memory error (GH-29171) (GH-29323) (cherry picked from commit e2e62b3) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…ignals memory error (GH-29171) (GH-29324) (cherry picked from commit e2e62b3) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
https://bugs.python.org/issue45581