mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
bpo-36867: Make semaphore_tracker track other system resources (GH-13222)
The multiprocessing.resource_tracker replaces the multiprocessing.semaphore_tracker module. Other than semaphores, resource_tracker also tracks shared_memory segments. Patch by Pierre Glaser.
This commit is contained in:
parent
d0d64ad1f5
commit
f22cc69b01
9 changed files with 209 additions and 124 deletions
|
@ -678,7 +678,7 @@
|
|||
<Compile Include="multiprocessing\queues.py" />
|
||||
<Compile Include="multiprocessing\reduction.py" />
|
||||
<Compile Include="multiprocessing\resource_sharer.py" />
|
||||
<Compile Include="multiprocessing\semaphore_tracker.py" />
|
||||
<Compile Include="multiprocessing\resource_tracker.py" />
|
||||
<Compile Include="multiprocessing\sharedctypes.py" />
|
||||
<Compile Include="multiprocessing\spawn.py" />
|
||||
<Compile Include="multiprocessing\synchronize.py" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue