mirror of
https://github.com/python/cpython.git
synced 2026-06-25 04:13:56 -04:00
d88b47b5a3
The sqlite3 module now fully implements the GC protocol, so there's no need for this workaround anymore. - Add and use managed resource helper for connections using TESTFN - Sort test imports - Split open-tests into their own test case Automerge-Triggered-By: GH:vstinner