FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-104341: Fix threading Module Shutdown by ericsnowcurrently · Pull Request #104560 · 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.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-104341: Fix threading Module Shutdown
- #104560
#104560
Draft
ericsnowcurrently
wants to merge 12 commits into
python:main
python/cpython:main
from
ericsnowcurrently:fix-threading-module-shutdown
ericsnowcurrently/cpython:fix-threading-module-shutdown
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Draft
gh-104341: Fix threading Module Shutdown
#104560
ericsnowcurrently
wants to merge 12 commits into
python:main
python/cpython:main
from
ericsnowcurrently:fix-threading-module-shutdown
ericsnowcurrently/cpython:fix-threading-module-shutdown
Copy head branch name to clipboard
Commits
Commits on May 16, 2023
Add module-owned threads to module state.
ericsnowcurrently
committed
e5804c1
View commit details
Copy full SHA for e5804c1
Browse repository at this point
Re-initialize the module threads lock upon fork.
ericsnowcurrently
committed
62df3e6
View commit details
Copy full SHA for 62df3e6
Browse repository at this point
Add module_thread.daemonic.
ericsnowcurrently
committed
1bf707f
View commit details
Copy full SHA for 1bf707f
Browse repository at this point
Add module_thread.lifetime_mutex.
ericsnowcurrently
committed
da78235
View commit details
Copy full SHA for da78235
Browse repository at this point
Add _thread._wait_for_threads_fini().
ericsnowcurrently
committed
ad9bbce
View commit details
Copy full SHA for ad9bbce
Browse repository at this point
Wait for all the threads to finalize.
ericsnowcurrently
committed
54dc3b5
View commit details
Copy full SHA for 54dc3b5
Browse repository at this point
Fix Windows.
ericsnowcurrently
committed
b15fa9d
View commit details
Copy full SHA for b15fa9d
Browse repository at this point
Fix Windows.
ericsnowcurrently
committed
c7a832b
View commit details
Copy full SHA for c7a832b
Browse repository at this point
Fix Windows.
ericsnowcurrently
committed
51d960e
View commit details
Copy full SHA for 51d960e
Browse repository at this point
Wait for all threads that aren't killed daemon threads to finalize.
ericsnowcurrently
committed
bddfc46
View commit details
Copy full SHA for bddfc46
Browse repository at this point
Fix a typo.
ericsnowcurrently
committed
188d141
View commit details
Copy full SHA for 188d141
Browse repository at this point
Silence some warnings.
ericsnowcurrently
committed
bd3accd
View commit details
Copy full SHA for bd3accd
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL