FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-109793: Allow Switching Interpreters During Finalization by ericsnowcurrently · Pull Request #109794 · 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.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-109793: Allow Switching Interpreters During Finalization
- #109794
#109794
Merged
ericsnowcurrently
merged 9 commits into
python:main
python/cpython:main
from
ericsnowcurrently:fix-finalization-other-tstate
ericsnowcurrently/cpython:fix-finalization-other-tstate
Copy head branch name to clipboard
Sep 27, 2023
Conversation
Commits
9
(9)
Checks
Files changed
Merged
gh-109793: Allow Switching Interpreters During Finalization
#109794
ericsnowcurrently
merged 9 commits into
python:main
python/cpython:main
from
ericsnowcurrently:fix-finalization-other-tstate
ericsnowcurrently/cpython:fix-finalization-other-tstate
Copy head branch name to clipboard
Commits
Commits on Sep 23, 2023
Add a test.
ericsnowcurrently
committed
5e2224f
View commit details
Copy full SHA for 5e2224f
Browse repository at this point
Also check the thread ID in _PyThreadState_MustExit().
ericsnowcurrently
committed
a1014a9
View commit details
Copy full SHA for a1014a9
Browse repository at this point
Use _PyRuntime directly in _Py_IsMainInterpreterFinalizing().
ericsnowcurrently
committed
d46103d
View commit details
Copy full SHA for d46103d
Browse repository at this point
Commits on Sep 25, 2023
Add _PyRuntimeState._finalizing_id and _PyInterpreterState._finalizing_id.
ericsnowcurrently
committed
2e13a75
View commit details
Copy full SHA for 2e13a75
Browse repository at this point
Add verbose output to the test.
ericsnowcurrently
committed
756cc3b
View commit details
Copy full SHA for 756cc3b
Browse repository at this point
Add a NEWS entry.
ericsnowcurrently
committed
ad312b9
View commit details
Copy full SHA for ad312b9
Browse repository at this point
Skip the assert for now.
ericsnowcurrently
committed
8feeb4c
View commit details
Copy full SHA for 8feeb4c
Browse repository at this point
Commits on Sep 27, 2023
Use the new _Py_atomic API.
ericsnowcurrently
committed
9e589a7
View commit details
Copy full SHA for 9e589a7
Browse repository at this point
Fix the NEWS entry.
ericsnowcurrently
committed
9829315
View commit details
Copy full SHA for 9829315
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL