Skip to content

Commit

Permalink
untrack tests both track=True and track=False
Browse files Browse the repository at this point in the history
  • Loading branch information
pan324 committed Oct 25, 2023
1 parent 13f3fb6 commit 7c7f0e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/_test_multiprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c7f0e7

Please sign in to comment.