Skip to content

Commit ffc128a

Browse files
authored
Update Lib/test/_test_multiprocessing.py
1 parent 13a9425 commit ffc128a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/_test_multiprocessing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6382,7 +6382,6 @@ def test_forkserver_requires_writeable_tempdir(self, mode):
63826382
'''
63836383

63846384
with support.os_helper.temp_dir() as root:
6385-
# read-only directory
63866385
TMPDIR = pathlib.Path(root, "TMPDIR")
63876386
TMPDIR.mkdir(mode=mode)
63886387
file = pathlib.Path(TMPDIR, "file")

0 commit comments

Comments
 (0)