commit | 7a82afee70425782d27f4ed2c6d0bad3aeb91f09 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 10 16:32:29 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 10 16:32:29 2015 +0100 |
tree | 0d0abb6c20d479aaa661a2d64e165cce37f60922 | |
parent | 84c717dd9ed154fd4a2c342c228e707ecde33d4e [diff] |
asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet Replace "running" with "not started" and don't show the pid if the subprocess didn't start yet.