commit | 2c7203c6f5464e2bcb3d7e11acf714a29a5b0187 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Feb 20 10:33:01 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Feb 20 10:33:01 2014 +0100 |
tree | 20922ecb05c3a48e9b758735805a805326b57218 | |
parent | cdb476bd438c7befec98913a6f1e770edd2f11a8 [diff] |
asyncio: Fix _ProactorWritePipeTransport._pipe_closed() The "exc" variable was not defined, pass a BrokenPipeError exception instead.