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.01:33:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574213620.19.0.794573550912.issue37228@roundup.psfhosted.org>
In-reply-to
Content
FreeBSD 12.1 and MacOS 10.15.1 (Catalina) appear to have saner and safer behavior.

Both require the use of SO_REUSEPORT for this behavior to happen as well. FreeBSD also requires the UID to be the same or 0 for subsequent processes to make the bind() call. I'll call this out as being Linux-specific in the deprecation message for now. (I don't have an AIX, HP-UX, or Solaris system handy to test, nor do I really want one if I'm being honest. :-) .)
History
Date User Action Args
2019-11-20 01:33:40dacutsetrecipients: + dacut, gvanrossum, njs, asvetlov, yselivanov, vaizki
2019-11-20 01:33:40dacutsetmessageid: <1574213620.19.0.794573550912.issue37228@roundup.psfhosted.org>
2019-11-20 01:33:40dacutlinkissue37228 messages
2019-11-20 01:33:40dacutcreate