]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error...
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Fri, 29 Oct 2021 20:21:58 +0000 (22:21 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Oct 2021 20:21:58 +0000 (22:21 +0200)
commite2e62b3808691e15fa44b883270023e42dcad958
tree93cbd5374ba0948ada5d92e4608e1d794a2ec174
parentb17cfd150f4dc2816975d304a71110a2d445eaf0
bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171)
Misc/NEWS.d/next/Library/2021-10-22-21-57-02.bpo-45581.rlH6ay.rst [new file with mode: 0644]
Modules/_sqlite/connection.c