python3: remove _subprocess (#4022)

This doesn't seem to exist in Python 3.5, which is the earliest Python3
we support, and this folder is in stdlib/3

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2020-05-18 14:07:08 -07:00
committed by GitHub
parent 1436181587
commit 9a5ba013a1
2 changed files with 0 additions and 39 deletions

View File

@@ -3,7 +3,6 @@ _dummy_threading
_importlib_modulespec
_operator.methodcaller
_posixsubprocess.cloexec_pipe
_subprocess
_types
_weakref.CallableProxyType.__getattr__
_weakref.ProxyType.__getattr__