]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: Fix _ProactorWritePipeTransport._pipe_closed()
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Feb 2014 09:33:01 +0000 (10:33 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Feb 2014 09:33:01 +0000 (10:33 +0100)
commit6f24d83ac68fdea3a28cee64d631d7701cf102ae
tree798b68c3272d0619d19f92cc0b4e01b2e2c3ffce
parent8d0230b0f2e9b7f8b6dcb56556d15c9590c6c519
asyncio: Fix _ProactorWritePipeTransport._pipe_closed()

The "exc" variable was not defined, pass a BrokenPipeError exception instead.
Lib/asyncio/proactor_events.py