X Tutup
Skip to content

bpo-42972: Fully implement GC protocol for functools LRU cache#26423

Merged
vstinner merged 1 commit intopython:mainfrom
erlend-aasland:gc-lru-cache
May 28, 2021
Merged

bpo-42972: Fully implement GC protocol for functools LRU cache#26423
vstinner merged 1 commit intopython:mainfrom
erlend-aasland:gc-lru-cache

Conversation

@erlend-aasland
Copy link
Contributor

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

  • clear and visit members in correct order
  • visit LRU cache elem type via lru_cache_tp_traverse

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.

7 participants

X Tutup