Skip to content

python3: remove _subprocess #4022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2020
Merged

python3: remove _subprocess #4022

merged 1 commit into from
May 18, 2020

Conversation

hauntsaninja
Copy link
Collaborator

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

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

The stubs look like they're Windows-only. I found release notes saying the module was removed in 3.3.0a3, so we can safely get rid of it.

@JelleZijlstra
Copy link
Member

Apparently there's some mypy unit test relying on this module. Would you mind submitting a PR to mypy to resolve it?

hauntsaninja pushed a commit to hauntsaninja/mypy that referenced this pull request May 17, 2020
They depend heavily on _subprocess, which is no longer a module that
exists: python/typeshed#4022 (comment)
@hauntsaninja
Copy link
Collaborator Author

Opened a PR against mypy in python/mypy#8838

JukkaL pushed a commit to python/mypy that referenced this pull request May 18, 2020
They depend heavily on _subprocess, which is no longer a module that
exists: python/typeshed#4022 (comment)

Co-authored-by: hauntsaninja <>
@hauntsaninja
Copy link
Collaborator Author

hauntsaninja commented May 18, 2020

python/mypy#8838 is merged now, so maybe we can re-run CI

@JelleZijlstra JelleZijlstra merged commit 9a5ba01 into python:master May 18, 2020
@hauntsaninja hauntsaninja deleted the sub branch May 18, 2020 21:32
vishalkuo pushed a commit to vishalkuo/typeshed that referenced this pull request Jun 26, 2020
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 <>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants