]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100227: Fix Cleanup of the Extensions Cache (gh-103150)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 31 Mar 2023 18:09:10 +0000 (12:09 -0600)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2023 18:09:10 +0000 (12:09 -0600)
commitdde028480e57bffa83fb084b15ec22490c42ef93
tree3eedc59a43371ad63ae325e13f1b24f0b153cabf
parent9048d73f7a5c58be21988250c381f866586687a0
gh-100227: Fix Cleanup of the Extensions Cache (gh-103150)

Decref the key in the right interpreter in _extensions_cache_set().

This is a follow-up to gh-103084. I found the bug while working on gh-101660.
Python/import.c