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

Brett Cannon brett at python.org
Sun Sep 27 23:59:14 CEST 2009


On Sun, Sep 27, 2009 at 14:45, Neal Norwitz <nnorwitz at gmail.com> wrote:
> More important issues:
> ----------------------
> test_urllib2_localnet leaked [280, -280, 269] references, sum=269
>
> Less important issues:
> ----------------------
> test_asynchat leaked [139, -139, 0] references, sum=0
> test_smtplib leaked [88, -88, 88] references, sum=88
> test_ssl leaked [-420, 81, 339] references, sum=0
> test_sys leaked [-21, 42, -21] references, sum=0
> test_threading leaked [48, 48, 48] references, sum=144

Looks like the test_threading leak is the only serious one. Anyone
have ideas on what is causing it?

-Brett


More information about the Python-checkins mailing list