]> granicus.if.org Git - python/commit
Issue #28369: Raise an error when transport's FD is used with add_reader
authorYury Selivanov <yury@magic.io>
Wed, 5 Oct 2016 21:48:59 +0000 (17:48 -0400)
committerYury Selivanov <yury@magic.io>
Wed, 5 Oct 2016 21:48:59 +0000 (17:48 -0400)
commit5b8d4f97f8bbb357d7c8b79007fdff22e2c8d1ae
treebb4da91c38e67c690c12bec45aa2aadda4d7429f
parent9eb6c677763c1eaf0646170ccff110c89828a06e
Issue #28369: Raise an error when transport's FD is used with add_reader
Lib/asyncio/selector_events.py
Lib/asyncio/test_utils.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS