FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-39207: Spawn workers on demand in ProcessPoolExecutor by aeros · Pull Request #19453 · 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
bpo-39207: Spawn workers on demand in ProcessPoolExecutor
- #19453
#19453
Merged
miss-islington
merged 7 commits into
python:master
python/cpython:master
from
aeros:bpo39207-ppe-fix-idle-workers
aeros/cpython:bpo39207-ppe-fix-idle-workers
Copy head branch name to clipboard
Apr 19, 2020
Conversation
Commits
7
(7)
Checks
Files changed
Merged
bpo-39207: Spawn workers on demand in ProcessPoolExecutor
#19453
miss-islington
merged 7 commits into
python:master
python/cpython:master
from
aeros:bpo39207-ppe-fix-idle-workers
aeros/cpython:bpo39207-ppe-fix-idle-workers
Copy head branch name to clipboard
Commits
Commits on Apr 10, 2020
Spawn workers on demand in ProcessPoolExecutor
aeros
committed
674574a
View commit details
Copy full SHA for 674574a
Browse repository at this point
Set _idle_worker_semaphore to None in executor.shutdown()
aeros
committed
5e5e4f1
View commit details
Copy full SHA for 5e5e4f1
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
04e5927
View commit details
Copy full SHA for 04e5927
Browse repository at this point
Use executor weakref to access semaphore
aeros
committed
28bb669
View commit details
Copy full SHA for 28bb669
Browse repository at this point
Commits on Apr 11, 2020
Fix race condition in unit tests
aeros
committed
04e6b29
View commit details
Copy full SHA for 04e6b29
Browse repository at this point
Commits on Apr 18, 2020
Change mp.Semaphore to threading.Semaphore
aeros
committed
75690c7
View commit details
Copy full SHA for 75690c7
Browse repository at this point
Several improvements to ProcessPoolExecutor tests.
Show description for d390e51
aeros
and
pitrou
committed
d390e51
View commit details
Copy full SHA for d390e51
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL