FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-104341: Clean Up threading Module by ericsnowcurrently · Pull Request #104552 · 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-104341: Clean Up threading Module
- #104552
#104552
Closed
ericsnowcurrently
wants to merge 12 commits into
python:main
python/cpython:main
from
ericsnowcurrently:clean-up-threading-module
ericsnowcurrently/cpython:clean-up-threading-module
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Closed
gh-104341: Clean Up threading Module
#104552
ericsnowcurrently
wants to merge 12 commits into
python:main
python/cpython:main
from
ericsnowcurrently:clean-up-threading-module
ericsnowcurrently/cpython:clean-up-threading-module
Copy head branch name to clipboard
Commits
Commits on May 15, 2023
Drop bootstate.interp and bootstate.runtime.
ericsnowcurrently
committed
b3474f3
View commit details
Copy full SHA for b3474f3
Browse repository at this point
Add module-owned threads to module state.
ericsnowcurrently
committed
ec9f53b
View commit details
Copy full SHA for ec9f53b
Browse repository at this point
Call on_delete() in remove_module_thread().
ericsnowcurrently
committed
05aa205
View commit details
Copy full SHA for 05aa205
Browse repository at this point
Drop interp.threads.count.
ericsnowcurrently
committed
da85eed
View commit details
Copy full SHA for da85eed
Browse repository at this point
Pass module_state to newlockobject().
ericsnowcurrently
committed
004589b
View commit details
Copy full SHA for 004589b
Browse repository at this point
Create the thread lock in threading.py.
ericsnowcurrently
committed
aa4d3bb
View commit details
Copy full SHA for aa4d3bb
Browse repository at this point
Commits on May 16, 2023
Re-initialize the module threads lock upon fork.
ericsnowcurrently
committed
82ff2ba
View commit details
Copy full SHA for 82ff2ba
Browse repository at this point
Add module_thread.running_lock.
ericsnowcurrently
committed
a19c684
View commit details
Copy full SHA for a19c684
Browse repository at this point
Be more specific in _wait_for_tstate_lock().
ericsnowcurrently
committed
de530b1
View commit details
Copy full SHA for de530b1
Browse repository at this point
Fix _set_sentinel().
ericsnowcurrently
committed
e2c7058
View commit details
Copy full SHA for e2c7058
Browse repository at this point
Track the "main" thread too.
ericsnowcurrently
committed
0d30811
View commit details
Copy full SHA for 0d30811
Browse repository at this point
Drop tstate->on_delete.
ericsnowcurrently
committed
86e5d82
View commit details
Copy full SHA for 86e5d82
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL