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 benjamin.peterson
Recipients benjamin.peterson, pablogsal, vstinner, xtreak
Date 2018-12-18.02:44:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545101076.64.0.788709270274.issue35518@psf.upfronthosting.co.za>
In-reply-to
Content
I think it might be better to rewrite the test to use a local tcp server. At least on Linux, I think trying to connect to a socket with a full accept queue should have equivalent beahvior. You could also be fancier, set up a network namespace, and actually drop all SYN packets with iptables.
History
Date User Action Args
2018-12-18 02:44:36benjamin.petersonsetrecipients: + benjamin.peterson, vstinner, pablogsal, xtreak
2018-12-18 02:44:36benjamin.petersonsetmessageid: <1545101076.64.0.788709270274.issue35518@psf.upfronthosting.co.za>
2018-12-18 02:44:36benjamin.petersonlinkissue35518 messages
2018-12-18 02:44:35benjamin.petersoncreate