summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorPierre Glaser <pierreglaser@msn.com>2019-05-10 22:59:08 +0200
committerAntoine Pitrou <antoine@python.org>2019-05-10 22:59:08 +0200
commitf22cc69b012f52882d434a5c44a004bc3aa5c33c (patch)
tree03dc6cf6c5449ab30ac1243140b6b8f3b2359089 /PCbuild
parentd0d64ad1f5f1dc1630004091d7f8209546c1220a (diff)
downloadcpython-git-f22cc69b012f52882d434a5c44a004bc3aa5c33c.tar.gz
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.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/lib.pyproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj
index ffb95c6efc..7ed71bd819 100644
--- a/PCbuild/lib.pyproj
+++ b/PCbuild/lib.pyproj
@@ -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" />