Skip to content

Add missing attributes: asyncio.subprocess.Process #1154

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 2 commits into from
Apr 11, 2017

Conversation

sdunster
Copy link
Contributor

Add typehints for the following asyncio.subprocess.Process attributes:

  • stdin: Optional[asyncio.streams.StreamWriter]
  • stdout: Optional[asyncio.streams.StreamReader]
  • stderr: Optional[asyncio.streams.StreamReader]
  • pid: int

Add typehints for the following `asyncio.subprocess.Process` attributes:

- `stdin`: `Optional[asyncio.streams.StreamWriter]`
- `stdout`: `Optional[asyncio.streams.StreamReader]`
- `stderr`: `Optional[asyncio.streams.StreamReader]`
- `pid`: `int`
@sdunster sdunster force-pushed the asyncio_subprocess_Process branch from 007d10e to c64c122 Compare April 11, 2017 18:21
@ambv ambv merged commit aaa83a7 into python:master Apr 11, 2017
@ambv
Copy link
Contributor

ambv commented Apr 11, 2017

Thanks! ✨ 🍰 ✨

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