bpo-42064: Migrate to `sqlite3_create_collation_v2` by erlend-aasland · Pull Request #27156 · python/cpython

This implies that SQLite now takes care of destroying the callback
context (the PyObject callable it has been passed), so we can strip the
collation dict from the connection object.

encukou

erlend-aasland pushed a commit to erlend-aasland/cpython that referenced this pull request

Jul 27, 2021