mirror of
https://github.com/python/cpython.git
synced 2026-05-12 23:49:15 -04:00
e26aa24b47
The tests in question were added in0eec6276fdby Serhiy. Apparently, sqlite3 changed exceptions raised in those cases in the mean time but the tests never ran because they require a high `-M` setting in the test runner. (cherry picked from commit2781ec9b0e) Co-authored-by: Łukasz Langa <lukasz@langa.pl>