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 gvanrossum
Recipients docs@python, gvanrossum, neologix, vstinner
Date 2013-12-07.20:22:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386447749.59.0.56038356385.issue19876@psf.upfronthosting.co.za>
In-reply-to
Content
OK, here's another try. I ran what you suggested for all three tests I added and they are all clean.  I realized that every single call to socketpair() is followed by two addCleanup calls, so I added a make_socketpair() helper method that does this.
History
Date User Action Args
2013-12-07 20:22:29gvanrossumsetrecipients: + gvanrossum, vstinner, neologix, docs@python
2013-12-07 20:22:29gvanrossumsetmessageid: <1386447749.59.0.56038356385.issue19876@psf.upfronthosting.co.za>
2013-12-07 20:22:29gvanrossumlinkissue19876 messages
2013-12-07 20:22:29gvanrossumcreate