summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/resource_tracker.py
Commit message (Expand)AuthorAgeFilesLines
* gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)Antoine Pitrou2023-09-261-2/+32
* gh-106739: Add `rtype_cache` to `warnings.warn` message when leaked objects f...shailshouryya2023-07-251-3/+4
* gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...Koki Saito2022-10-031-2/+2
* bpo-40692: Run more test_concurrent_futures tests (GH-20239)Asheesh Laroia2021-02-081-1/+9
* bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)Victor Stinner2019-12-171-0/+13
* bpo-36894: Fix regression in test_multiprocessing_spawn (no tests run on Wind...Antoine Pitrou2019-05-131-4/+9
* bpo-36867: Make semaphore_tracker track other system resources (GH-13222)Pierre Glaser2019-05-101-0/+213