← 返回首页
gh-100227: Fix Cleanup of the Extensions Cache by ericsnowcurrently · Pull Request #103150 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

gh-100227: Fix Cleanup of the Extensions Cache#103150

Merged
ericsnowcurrently merged 1 commit into
python:mainfrom
ericsnowcurrently:fix-extensions-cache
Mar 31, 2023
Merged

gh-100227: Fix Cleanup of the Extensions Cache#103150
ericsnowcurrently merged 1 commit into
python:mainfrom
ericsnowcurrently:fix-extensions-cache

Conversation

ericsnowcurrently commented Mar 31, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

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.

ericsnowcurrently merged commit dde0284 into python:main Mar 31, 2023
ericsnowcurrently deleted the fix-extensions-cache branch March 31, 2023 18:09
ericsnowcurrently added a commit that referenced this pull request Mar 31, 2023
…103151) This involves 3 changes: some general cleanup, checks to match the kind of module, and switch from testing against sys to _imp. This is a precursor to gh-103150, though the changes are meant to stand on their own.
warsaw pushed a commit to warsaw/cpython that referenced this pull request Apr 11, 2023
Decref the key in the right interpreter in _extensions_cache_set(). This is a follow-up to pythongh-103084. I found the bug while working on pythongh-101660.
warsaw pushed a commit to warsaw/cpython that referenced this pull request Apr 11, 2023
pythongh-103151) This involves 3 changes: some general cleanup, checks to match the kind of module, and switch from testing against sys to _imp. This is a precursor to pythongh-103150, though the changes are meant to stand on their own.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants

Footer

© 2026 GitHub, Inc.