]> granicus.if.org Git - python/commit
asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection
authorYury Selivanov <yury@magic.io>
Fri, 7 Oct 2016 16:39:57 +0000 (12:39 -0400)
committerYury Selivanov <yury@magic.io>
Fri, 7 Oct 2016 16:39:57 +0000 (12:39 -0400)
commit36e7e97d621863e6e3e3baeb22909ec06e720639
tree1ff713b9edd886a5053ebbccb8ab107a45b0cbc1
parent95cdf364c8a77cc123d0435b8d6ef5f989dd7132
asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_unix_events.py