]> granicus.if.org Git - python/commit
asyncio: Use the new os.set_blocking() function of Python 3.5 if available
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Jul 2014 21:08:00 +0000 (23:08 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Jul 2014 21:08:00 +0000 (23:08 +0200)
commitf2ed889027f23ecf184a6ef52b7a7cc4921c3000
tree5619b13a4d5d0f1862333fcdec614b6721fb75ae
parent3d4953a14b5b996432a8f8920d99f0ec1337b79e
asyncio: Use the new os.set_blocking() function of Python 3.5 if available
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_unix_events.py