]> granicus.if.org Git - python/commit
Fix test.test_support.bind_port() to not cause an error when Python was
authorGregory P. Smith <greg@krypto.org>
Mon, 25 Nov 2013 03:42:15 +0000 (19:42 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 25 Nov 2013 03:42:15 +0000 (19:42 -0800)
commitd82634d606583d7e2a55f57be70882a77aba5171
tree130a648008669f1d3ff616c440817db53c74561a
parent2612679ddc202ff684ea525142d2802c962b4f64
Fix test.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 new socket option.
Lib/test/test_support.py
Misc/NEWS