]> granicus.if.org Git - python/commit
asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 19 Feb 2014 00:45:59 +0000 (01:45 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 19 Feb 2014 00:45:59 +0000 (01:45 +0100)
commit884e40b9828593febcb91f9e56614f0c9b26e1b7
tree46930e69aec2d0eb8e823ee7c51740f1a0c3ecdf
parent065ca25aae644a0db313905319ce745fb2aead6c
asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and
DeprecationWarning warnings. create_unix_server() closes the socket on any
error, not only on OSError.
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_unix_events.py