FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Current Thread by ericsnowcurrently · Pull Request #105109 · 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-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Current Thread
- #105109
#105109
Merged
ericsnowcurrently
merged 7 commits into
python:main
python/cpython:main
from
ericsnowcurrently:fix-threading-module-shutdown-3.12
ericsnowcurrently/cpython:fix-threading-module-shutdown-3.12
Copy head branch name to clipboard
Jun 1, 2023
Conversation
Commits
7
(7)
Checks
Files changed
Merged
gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Current Thread
#105109
ericsnowcurrently
merged 7 commits into
python:main
python/cpython:main
from
ericsnowcurrently:fix-threading-module-shutdown-3.12
ericsnowcurrently/cpython:fix-threading-module-shutdown-3.12
Copy head branch name to clipboard
Commits
Commits on May 30, 2023
Call _PyEval_ReleaseLock() with NULL when finalizing the current thread.
ericsnowcurrently
committed
5206f3d
View commit details
Copy full SHA for 5206f3d
Browse repository at this point
Temporarily adjust tstate->_status.cleared during interpreter_clear().
ericsnowcurrently
committed
db6d7ac
View commit details
Copy full SHA for db6d7ac
Browse repository at this point
Disable the broken asserts.
ericsnowcurrently
committed
a374f48
View commit details
Copy full SHA for a374f48
Browse repository at this point
Commits on May 31, 2023
Add a note about the race in drop_gil().
ericsnowcurrently
committed
432db0c
View commit details
Copy full SHA for 432db0c
Browse repository at this point
Fix a typo.
ericsnowcurrently
committed
1280e0d
View commit details
Copy full SHA for 1280e0d
Browse repository at this point
Clarify a comment.
ericsnowcurrently
committed
cc1f2fe
View commit details
Copy full SHA for cc1f2fe
Browse repository at this point
Commits on Jun 1, 2023
minor comment typo fix.
gpshead
authored
b64b299
View commit details
Copy full SHA for b64b299
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL