]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:19:32 +0000 (22:19 +0000)
committerGregory P. Smith <greg@krypto.org>
Sun, 17 Nov 2013 22:19:32 +0000 (22:19 +0000)
commit162307fa3558341b82570a42b2f023b9623df822
tree102e850a479efe08715d76d3c2b7f5de6b04448f
parent7929a1da1a6d18894210ff82f6107e51d7566bb0
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