summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2021-10-22-21-57-02.bpo-45581.rlH6ay.rst
blob: 13a3b237434eb9851d698c9a291b152b48d0f926 (plain)
1
2
:meth:`sqlite3.connect` now correctly raises :exc:`MemoryError` if the
underlying SQLite API signals memory error. Patch by Erlend E. Aasland.