FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters by ericsnowcurrently · Pull Request #102858 · python/cpython · GitHub

/ cpython Public

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

Closed
ericsnowcurrently wants to merge 9 commits into
python:mainfrom
ericsnowcurrently:make-global-interned-dict-safe
Closed

gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters#102858
ericsnowcurrently wants to merge 9 commits into
python:mainfrom
ericsnowcurrently:make-global-interned-dict-safe

Conversation

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

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
Member Author

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

Copy link
Copy Markdown
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 deleted the make-global-interned-dict-safe branch March 22, 2023 22:57
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


Back | FazBrowse Home | New Git URL