diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-03-05 23:52:53 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-03-05 23:52:53 (GMT) |
commit | eeeebcd816c9c4e42de80475aec67d3066985397 (patch) | |
tree | 0f7bcb58ca0b2841d990216da9b6587d925351ca /Lib/test/crashers | |
parent | c5cc5011ac33f96a8bf28e3ba088980fd5e71d7a (diff) | |
download | cpython-eeeebcd816c9c4e42de80475aec67d3066985397.zip cpython-eeeebcd816c9c4e42de80475aec67d3066985397.tar.gz cpython-eeeebcd816c9c4e42de80475aec67d3066985397.tar.bz2 |
asyncio: Synchronize with Tulip
* Issue #159: Fix windows_utils.socketpair()
- Use "127.0.0.1" (IPv4) or "::1" (IPv6) host instead of "localhost", because
"localhost" may be a different IP address
- Reject also invalid arguments: only AF_INET/AF_INET6 with SOCK_STREAM (and
proto=0) are supported
* Reject add/remove reader/writer when event loop is closed.
* Fix ResourceWarning warnings
Diffstat (limited to 'Lib/test/crashers')
0 files changed, 0 insertions, 0 deletions