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 taleinat
Recipients asvetlov, giampaolo.rodola, neologix, taleinat, yselivanov
Date 2019-06-08.18:18:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560017929.47.0.491791957289.issue36003@roundup.psfhosted.org>
In-reply-to
Content
I'm not sure that changing the default value for "reuse address" justifies breaking backwards compatibility like this. Admittedly, I'm not an expert on networking, so perhaps there's a good reason that I'm unaware of.

As for the queue size, passing 0 to socket.listen() does seem like a more reasonable default than the rather arbitrary value of 5. Again, it's arguable whether it's worth changing this given that it has been like this for a long time, but in this case at least the potential for harm seems negligible.
History
Date User Action Args
2019-06-08 18:18:49taleinatsetrecipients: + taleinat, giampaolo.rodola, asvetlov, neologix, yselivanov
2019-06-08 18:18:49taleinatsetmessageid: <1560017929.47.0.491791957289.issue36003@roundup.psfhosted.org>
2019-06-08 18:18:49taleinatlinkissue36003 messages
2019-06-08 18:18:49taleinatcreate