This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients pablogsal, serhiy.storchaka, vstinner
Date 2018-06-15.22:42:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529102526.45.0.56676864532.issue33873@psf.upfronthosting.co.za>
In-reply-to
Content
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 repetitions
12
..

test_list leaked [3] memory blocks, sum=3
test_list failed

== Tests result: FAILURE ==

1 test failed:
    test_list

Total duration: 1 sec 759 ms
Tests result: FAILURE

This also happens with other low numbers: 

./python -m test test_list -R 1:2

Obviously using this numbers is "wrong" (there is not enough repetitions to get meaningful results). The only problem I see is that if you are not aware of this limitation (in the case this is a real limitation on how `dash_R` works) the output is a bit misleading. 

Should we leave this as it is or try to improve the output?
History
Date User Action Args
2018-06-15 22:42:06pablogsalsetrecipients: + pablogsal, vstinner, serhiy.storchaka
2018-06-15 22:42:06pablogsalsetmessageid: <1529102526.45.0.56676864532.issue33873@psf.upfronthosting.co.za>
2018-06-15 22:42:06pablogsallinkissue33873 messages
2018-06-15 22:42:06pablogsalcreate