Commit 93037498 authored by Jason Madden's avatar Jason Madden

_fork_exec should not exist on win32/py311

parent 637f0815
...@@ -224,6 +224,7 @@ if PY311: ...@@ -224,6 +224,7 @@ if PY311:
_fork_exec = None _fork_exec = None
__implements__.extend([ __implements__.extend([
'_fork_exec', '_fork_exec',
] if sys.platform != 'win32' else [
]) ])
actually_imported = copy_globals(__subprocess__, globals(), actually_imported = copy_globals(__subprocess__, globals(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment