bpo-45581: Raise MemoryError in sqlite3.connect if SQLite signals memory error#29171
bpo-45581: Raise MemoryError in sqlite3.connect if SQLite signals memory error#29171ambv merged 3 commits intopython:mainfrom
MemoryError in sqlite3.connect if SQLite signals memory error#29171Conversation
|
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 <erlend.aasland@innova.no>
|
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 <erlend.aasland@innova.no>
|
GH-29324 is a backport of this pull request to the 3.9 branch. |
|
Thanks, Łukasz! |
https://bugs.python.org/issue45581