bpo-42213: Remove redundant cyclic GC hack in sqlite3 by erlend-aasland · Pull Request #26462 · python/cpython
erlend-aasland
changed the title
bpo-42213: Remove redundant cyclic GC hack in sqlite3
[WIP] bpo-42213: Remove redundant cyclic GC hack in sqlite3
The sqlite3 module now fully implements the GC protocol, so there's no need for this workaround anymore.
Erlend E. Aasland added 2 commits
- add wrapper for sqlite3_close_v2() - explicitly free pending statements before close()
erlend-aasland
changed the title
[WIP] bpo-42213: Remove redundant cyclic GC hack in sqlite3
bpo-42213: Remove redundant cyclic GC hack in sqlite3
Erlend E. Aasland added 3 commits
This was referenced
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters