summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-03-02-15-25-28.bpo-43369.F4knlQ.rst
blob: f88a7070dbcee19a223db8bd414828cca892f0f9 (plain)
1
2
3
Improve :mod:`sqlite3` error handling: If ``sqlite3_column_text()`` and
``sqlite3_column_blob()`` set ``SQLITE_NOMEM``, :exc:`MemoryError` is now
raised. Patch by Erlend E. Aasland.