Skip to content

bpo-42972: Fix sqlite3 traverse/clear#26452

Merged
vstinner merged 1 commit intopython:mainfrom
erlend-aasland:fixup-sqlite-gc
May 31, 2021
Merged

bpo-42972: Fix sqlite3 traverse/clear#26452
vstinner merged 1 commit intopython:mainfrom
erlend-aasland:fixup-sqlite-gc

Conversation

@erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented May 29, 2021

GH-26104 had some issues:

  • members were not visited/cleared in correct order
  • weak refs were cleared in Py_tp_clear iso. Py_tp_dealloc
  • some cursor members were not visited

This PR fixes these issues.

https://bugs.python.org/issue42972

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants