STINNER Victor added the comment:
> test_list leaked [3] memory blocks, sum=3
Memory block leaks are very different from reference leaks. Memory block are
low level allocations. Python has *many* internal caches: tuple uses an
internal "free list" for example. The first runs of the tests (2
New submission from Pablo Galindo Salgado :
I am not sure is a problem we can do something about but right know if you run
the refleak tests with low repetitions it reports leaks:
./python -m test test_list -R 1:1
Run tests sequentially
0:00:00 load avg: 0.66 [1/1] test_list
beginning 2 repeti