Skip to content

Commit

Permalink
style: add a missing blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
gpshead authored Dec 2, 2023
1 parent 5d89117 commit 66db5b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/_test_multiprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66db5b8

Please sign in to comment.