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 brett.cannon
Recipients brett.cannon
Date 2011-08-05.05:02:30
SpamBayes Score 0.02169607
Marked as misclassified No
Message-id <1312520551.96.0.100282355939.issue12692@psf.upfronthosting.co.za>
In-reply-to
Content
Specifically, test.test_urllib2net.OtherNetworkTests.test_sites_no_connection_close is leaving a socket open somewhere, but tracking down exactly whom is to blame is a mess since socket.SocketIO.close() explicitly relies on refcounting to shut down a socket.
History
Date User Action Args
2011-08-05 05:02:32brett.cannonsetrecipients: + brett.cannon
2011-08-05 05:02:31brett.cannonsetmessageid: <1312520551.96.0.100282355939.issue12692@psf.upfronthosting.co.za>
2011-08-05 05:02:31brett.cannonlinkissue12692 messages
2011-08-05 05:02:30brett.cannoncreate