aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/multiprocessing/resource_tracker.py
Commit message (Expand)AuthorAge
* gh-88887: Cleanup `multiprocessing.resource_tracker.ResourceTracker` upon del...luccabb2025-03-20
* gh-127586: multiprocessing.Pool does not properly restore blocked signals (tr...Stephen Hansen2024-12-27
* Revert "gh-127586: properly restore blocked signals in resource_tracker.py (G...Hugo van Kemenade2024-12-16
* gh-127586: properly restore blocked signals in resource_tracker.py (GH-127587)Stephen Hansen2024-12-15
* gh-104090: Add exit code to multiprocessing ResourceTracker (GH-115410)Petr Viktorin2024-02-21
* gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)Antoine Pitrou2023-09-26
* gh-106739: Add `rtype_cache` to `warnings.warn` message when leaked objects f...shailshouryya2023-07-25
* gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...Koki Saito2022-10-02
* bpo-40692: Run more test_concurrent_futures tests (GH-20239)Asheesh Laroia2021-02-08
* bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)Victor Stinner2019-12-17
* bpo-36894: Fix regression in test_multiprocessing_spawn (no tests run on Wind...Antoine Pitrou2019-05-13
* bpo-36867: Make semaphore_tracker track other system resources (GH-13222)Pierre Glaser2019-05-10