◐ Shell
clean mode source ↗

bpo-42213: Remove redundant cyclic GC hack in sqlite3 by erlend-aasland · Pull Request #26462 · python/cpython

@erlend-aasland erlend-aasland changed the title bpo-42213: Remove redundant cyclic GC hack in sqlite3 [WIP] bpo-42213: Remove redundant cyclic GC hack in sqlite3

May 31, 2021

pablogsal

The sqlite3 module now fully implements the GC protocol, so there's no
need for this workaround anymore.

Erlend E. Aasland added 2 commits

June 2, 2021 20:32
- add wrapper for sqlite3_close_v2()
- explicitly free pending statements before close()

@erlend-aasland erlend-aasland changed the title [WIP] bpo-42213: Remove redundant cyclic GC hack in sqlite3 bpo-42213: Remove redundant cyclic GC hack in sqlite3

Jun 2, 2021

pablogsal

vstinner

Erlend E. Aasland added 3 commits

June 2, 2021 22:15

This was referenced

Jun 3, 2021