Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67973c0

Browse files
committed
Issue #18865: remove unused import from multiprocessing.util.spawnv_passfds()
1 parent 0d097b6 commit 67973c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/multiprocessing/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def close_all_fds_except(fds):
356356
#
357357

358358
def spawnv_passfds(path, args, passfds):
359-
import _posixsubprocess, fcntl
359+
import _posixsubprocess
360360
passfds = sorted(passfds)
361361
errpipe_read, errpipe_write = os.pipe()
362362
try:

0 commit comments

Comments
 (0)