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 collinwinter
Recipients collinwinter
Date 2009-05-16.00:47:09
SpamBayes Score 8.960726e-08
Marked as misclassified No
Message-id <1242434834.43.0.129192851177.issue6032@psf.upfronthosting.co.za>
In-reply-to
Content
Currently (r72673), test_urllib2_localnet leaks references. This is due
to state implicitly shared between tests. The attached patch fixes this
by removing the shared state.

The problem is also present in py3k. I'll port the patch once I commit
to trunk. Should this be backported so we can take test_urllib2_localnet
off the refleak test blacklist in Misc/build.sh in those branches?
History
Date User Action Args
2009-05-16 00:47:14collinwintersetrecipients: + collinwinter
2009-05-16 00:47:14collinwintersetmessageid: <1242434834.43.0.129192851177.issue6032@psf.upfronthosting.co.za>
2009-05-16 00:47:12collinwinterlinkissue6032 messages
2009-05-16 00:47:11collinwintercreate