From 7c7f0e71e584273e9ada9235354225097db1df33 Mon Sep 17 00:00:00 2001 From: pan324 Date: Wed, 25 Oct 2023 20:01:47 +0200 Subject: [PATCH] untrack tests both track=True and track=False --- Lib/test/_test_multiprocessing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/_test_multiprocessing.py b/Lib/test/_test_multiprocessing.py index fa2255b4c32c54..4930e52eec7b5f 100644 --- a/Lib/test/_test_multiprocessing.py +++ b/Lib/test/_test_multiprocessing.py @@ -4440,7 +4440,6 @@ def test_shared_memory_cleaned_after_process_termination(self): "resource_tracker: There appear to be 1 leaked " "shared_memory objects to clean up at shutdown", err) -##class MyTest(unittest.TestCase): @unittest.skipIf(os.name != "posix", "resource_tracker is posix only") def test_shared_memory_untracking(self): # gh-82300: When a separate Python process accesses shared memory