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 exarkun
Recipients Daniel.Evers, exarkun, neologix, pitrou, tarek
Date 2010-04-25.01:16:19
SpamBayes Score 2.8797929e-06
Marked as misclassified No
Message-id <1272158181.86.0.363283355824.issue8498@psf.upfronthosting.co.za>
In-reply-to
Content
It'd be nice to have a unit test that passes a small enough value to listen() to trigger the check.  Since there's no way to reliably determine what the system backlog really is, there's probably no reason to actually try to determine that the "right" value was passed to listen.  Just making sure the code actually goes through the success-case when this check is hit is probably enough.
History
Date User Action Args
2010-04-25 01:16:22exarkunsetrecipients: + exarkun, pitrou, tarek, neologix, Daniel.Evers
2010-04-25 01:16:21exarkunsetmessageid: <1272158181.86.0.363283355824.issue8498@psf.upfronthosting.co.za>
2010-04-25 01:16:20exarkunlinkissue8498 messages
2010-04-25 01:16:19exarkuncreate