Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters #102858

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Mar 20, 2023

This is an alternative to gh-102339, where we keep the interned dict global instead of making it per-interpreter.

@ericsnowcurrently
Copy link
Member Author

We make the interned strings immortal separately in gh-102887.

@ericsnowcurrently
Copy link
Member Author

This is superceded by gh-102925, except for the part where we add a granular lock, which would need to be taken care of for a per-interpreter GIL.

@ericsnowcurrently ericsnowcurrently deleted the make-global-interned-dict-safe branch March 22, 2023 22:57
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.

None yet

2 participants