This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Boris.FELD, chris laws, gvanrossum, vstinner, yselivanov
Date 2015-07-15.22:01:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436997685.37.0.729072986574.issue23972@psf.upfronthosting.co.za>
In-reply-to
Content
A quick search told me that "Windows only knows the SO_REUSEADDR option, there is no SO_REUSEPORT". It should be at least documented that SO_REUSEADDR is not supported on Windows.

Maybe we should raise an exception on Windows if reuse_port=True? Ignoring the parameter is a different option, but it should be well documented that the option is ignored if socket.SO_REUSEPORT is not defined.
History
Date User Action Args
2015-07-15 22:01:25vstinnersetrecipients: + vstinner, gvanrossum, Boris.FELD, yselivanov, chris laws
2015-07-15 22:01:25vstinnersetmessageid: <1436997685.37.0.729072986574.issue23972@psf.upfronthosting.co.za>
2015-07-15 22:01:25vstinnerlinkissue23972 messages
2015-07-15 22:01:25vstinnercreate