]> 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)
commit79a295261a89f67b9d700732e6e7436bfe63e832
treec2b9b2fee4dccff15b09b722de67953c683fcd32
parent0ee29c2c7fbc7e1b10e153b0cb59d2270347d4f3
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