[Python-3000-checkins] Python Regression Test Failures refleak (1)

2007-06-16 Thread Neal Norwitz
test_os leaked [255, 255, 255] references, sum=765 test_threading_local leaked [0, 0, -91] references, sum=-91 test_urllib2_localnet leaked [3, 3, 3] references, sum=9 ___ Python-3000-checkins mailing list [email protected] http://mail.pytho

Re: [Python-3000-checkins] r56004 - python/branches/p3yk/Lib/test/regrtest.py

2007-06-16 Thread Guido van Rossum
This won't scale once there are other modules using ABCs, and there will be (starting with io). But you're right that the registries and caches keep stuff alive. I need to start using weakrefs instead. Regarding the name _abcoll: I read it as "ABstract Collections". :-) --Guido On 6/15/07, neal

[Python-3000-checkins] Python Regression Test Failures refleak (1)

2007-06-16 Thread Neal Norwitz
test_os leaked [255, 255, 255] references, sum=765 test_threading_local leaked [0, 0, -91] references, sum=-91 test_urllib2_localnet leaked [3, 3, 3] references, sum=9 ___ Python-3000-checkins mailing list [email protected] http://mail.pytho