mirror of https://github.com/python/cpython
Issue #18865: remove unused import from multiprocessing.util.spawnv_passfds()
This commit is contained in:
parent
0d097b6299
commit
67973c0279
|
@ -356,7 +356,7 @@ def close_all_fds_except(fds):
|
|||
#
|
||||
|
||||
def spawnv_passfds(path, args, passfds):
|
||||
import _posixsubprocess, fcntl
|
||||
import _posixsubprocess
|
||||
passfds = sorted(passfds)
|
||||
errpipe_read, errpipe_write = os.pipe()
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue