]> granicus.if.org Git - python/commit
asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).
authorGuido van Rossum <guido@dropbox.com>
Wed, 13 Nov 2013 23:50:08 +0000 (15:50 -0800)
committerGuido van Rossum <guido@dropbox.com>
Wed, 13 Nov 2013 23:50:08 +0000 (15:50 -0800)
commit2bcae708d8775f40a0c9b18eb28cb60b54f6cdc3
tree60f2b652fac98ecf907faaec132c19ac3bc9e72f
parentbe3c2fea35de9bbdd5e3c9328fa413ed04ba7d6b
asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_unix_events.py