arvindm95 / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

test_urllib2_localnet leaks references #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
regrtest.py -R:: test_urllib2_localnet currently leaks three references per
run. This problem is present in Unladen Swallow trunk and
release-2009Q1-maint, as well as mainline CPython trunk.

I've found the line that triggers the leak and am tracking down the cause.

Original issue reported on code.google.com by collinw on 15 May 2009 at 7:02

GoogleCodeExporter commented 8 years ago
So, that line turned out not to be the problem. The real cause was shared state
between tests.

Fixed in trunk (r563) and release-2009q1-maint (r564); sent upstream in
http://bugs.python.org/issue6032.

Original comment by collinw on 16 May 2009 at 1:12