mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
9d6a239a34
In SQLite versions pre 3.7.11, pending statements would block a rollback. This is no longer the case, so remove the workaround.