[Python-Dev] ref leaks

Benjamin Peterson benjamin at python.org
Thu Apr 24 06:06:02 CEST 2014


On Wed, Apr 23, 2014, at 19:14, Ethan Furman wrote:
> Command line:
> 
>    ./python -m test.regrtest -v -R3:3 test_tools
> 
> Results:
> 
>    Ran 44 tests in 7.628s
> 
>    OK (skipped=1)
>    .
>    test_tools leaked [0, 2, 2] references, sum=4
>    1 test failed:
>        test_tools
> 
> Any words of wisdom for tracking those leaks?

Unless it's consistent, that sort of behavior usually just gets
dismissed as intermittent.


More information about the Python-Dev mailing list