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
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters
- #102858
#102858
Closed
ericsnowcurrently
wants to merge 9 commits into
python:main
python/cpython:main
from
ericsnowcurrently:make-global-interned-dict-safe
ericsnowcurrently/cpython:make-global-interned-dict-safe
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Closed
gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters
#102858
ericsnowcurrently
wants to merge 9 commits into
python:main
python/cpython:main
from
ericsnowcurrently:make-global-interned-dict-safe
ericsnowcurrently/cpython:make-global-interned-dict-safe
Copy head branch name to clipboard
Commits
Commits on Mar 20, 2023
Initialize the interned dict in _PyUnicode_InitGlobalObjects().
ericsnowcurrently
committed
9420a1c
View commit details
Copy full SHA for 9420a1c
Browse repository at this point
Add some TODO comments.
ericsnowcurrently
committed
cca77b9
View commit details
Copy full SHA for cca77b9
Browse repository at this point
Factor out store_interned().
ericsnowcurrently
committed
fa3974f
View commit details
Copy full SHA for fa3974f
Browse repository at this point
Store a thread state to use just for interned strings.
ericsnowcurrently
committed
eadd48a
View commit details
Copy full SHA for eadd48a
Browse repository at this point
Always use the main interpreter when possibly resizing the interned dict.
ericsnowcurrently
committed
5d6e1b9
View commit details
Copy full SHA for 5d6e1b9
Browse repository at this point
Make interned strings immortal.
ericsnowcurrently
committed
16ed5e0
View commit details
Copy full SHA for 16ed5e0
Browse repository at this point
Temporarily skip immortalizing.
ericsnowcurrently
committed
d36f119
View commit details
Copy full SHA for d36f119
Browse repository at this point
Add the mutex for the interned dict.
ericsnowcurrently
committed
6d5f129
View commit details
Copy full SHA for 6d5f129
Browse repository at this point
Lock around store_interned().
ericsnowcurrently
committed
b634920
View commit details
Copy full SHA for b634920
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL