]> granicus.if.org Git - python/commit
Fix test.support.bind_port() to not cause an error when Python was compiled
authorGregory P. Smith <greg@krypto.org>
Sun, 17 Nov 2013 22:21:02 +0000 (22:21 +0000)
committerGregory P. Smith <greg@krypto.org>
Sun, 17 Nov 2013 22:21:02 +0000 (22:21 +0000)
commitb6e622d184604771088b5d2dd4f4cf0cddb2a3ae
tree98126d5e495981274e9bd8b25e5f0a1cf69967cd
parent61b976f12714fe6dbea5d9da52e2c814f4a0522a
parent162307fa3558341b82570a42b2f023b9623df822
Fix test.support.bind_port() to not cause an error when Python was compiled
on a system with SO_REUSEPORT defined in the headers but run on a system
with an OS kernel that does not support that reasonably new socket option.
Lib/test/support/__init__.py
Misc/NEWS