Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Lib
asyncio
base_subprocess.py
Find file
Blame
History
Permalink
asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet
· 7a82afee
Victor Stinner
authored
Mar 10, 2015
Replace "running" with "not started" and don't show the pid if the subprocess didn't start yet.
7a82afee