From 66db5b8e201643125448c4d1ead98ef3422af2cb Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Fri, 1 Dec 2023 21:50:28 -0800 Subject: [PATCH] style: add a missing blank line --- Lib/test/_test_multiprocessing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/_test_multiprocessing.py b/Lib/test/_test_multiprocessing.py index 8e1c849b077c0e..89ab9b3eafb760 100644 --- a/Lib/test/_test_multiprocessing.py +++ b/Lib/test/_test_multiprocessing.py @@ -4466,6 +4466,7 @@ def test_shared_memory_untracking(self): except OSError: pass mem.close() + @unittest.skipIf(os.name != "posix", "resource_tracker is posix only") def test_shared_memory_tracking(self): # gh-82300: When a separate Python process accesses shared memory