Issue #28369: Raise an error when transport's FD is used with add_reader

This commit is contained in:
Yury Selivanov 2016-10-05 17:48:59 -04:00
parent 9eb6c67776
commit 5b8d4f97f8
6 changed files with 177 additions and 109 deletions

View file

@ -350,6 +350,9 @@ Library
no loop attached.
Patch by Vincent Michel.
- Issue #28369: Raise RuntimeError when transport's FD is used with
add_reader, add_writer, etc.
IDLE
----