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 pitrou
Recipients pitrou
Date 2009-03-29.14:19:46
SpamBayes Score 0.0031890338
Marked as misclassified No
Message-id <1238336388.84.0.581148968517.issue5596@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of tests exhibit some memory leaks in the py3k branch (when
invoked with "-R 3:2").

test_asyncore leaked [-78, 0] references, sum=-78
test_fileio leaked [1, 1] references, sum=2
test_httpservers leaked [-210, 157] references, sum=-53
test_socket leaked [8, 210] references, sum=218
test_urllib2 leaked [227, 227] references, sum=454
test_urllib2_localnet leaked [5, 4] references, sum=9

I'm filing this as critical so that we keep track of it, but it doesn't
look severe in itself (ISTR we actually had more leaks in 3.0).
History
Date User Action Args
2009-03-29 14:19:48pitrousetrecipients: + pitrou
2009-03-29 14:19:48pitrousetmessageid: <1238336388.84.0.581148968517.issue5596@psf.upfronthosting.co.za>
2009-03-29 14:19:47pitroulinkissue5596 messages
2009-03-29 14:19:46pitroucreate