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 dacut
Recipients asvetlov, dacut, gvanrossum, njs, vaizki, yselivanov
Date 2019-11-20.00:33:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574209992.34.0.655039101067.issue37228@roundup.psfhosted.org>
In-reply-to
Content
I'm working on patches for the deprecation bits (targeting 3.6 for now; will work my way up from there) for review, including documentation. Unless someone tells me to stop. :-)

In an attempt to make this not-so-Linux-specific, I'm reviewing how this works on non-Linux platforms (MacOS, FreeBSD) as well.

Reading Linux's socket(7) man page makes it seem like reuse_port is the issue (but that actually has protections to ensure you're only doing it across the same UID at least). I had to write my own test jig to (re-)convince myself that, indeed, reuse_addr is the problem.
History
Date User Action Args
2019-11-20 00:33:12dacutsetrecipients: + dacut, gvanrossum, njs, asvetlov, yselivanov, vaizki
2019-11-20 00:33:12dacutsetmessageid: <1574209992.34.0.655039101067.issue37228@roundup.psfhosted.org>
2019-11-20 00:33:12dacutlinkissue37228 messages
2019-11-20 00:33:11dacutcreate