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 pitrou
Recipients methane, pitrou, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-08-31.22:03:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
It's a really weird bug you found.  It depends on the exact values passed to -R:

$ ./python -m test -R 3:6 test_haypoleak
Run tests sequentially
0:00:00 load avg: 0.39 [1/1] test_haypoleak
beginning 9 repetitions
123456789
.........
test_haypoleak leaked [1, 1, 1, 1, 1, 1] memory blocks, sum=6
test_haypoleak failed

$ ./python -m test -R 2:6 test_haypoleak
Run tests sequentially
0:00:00 load avg: 0.36 [1/1] test_haypoleak
beginning 8 repetitions
12345678
........
1 test OK.
History
Date User Action Args
2017-08-31 22:03:22pitrousetrecipients: + pitrou, rhettinger, vstinner, methane, serhiy.storchaka, xiang.zhang
2017-08-31 22:03:22pitrousetmessageid: <[email protected]>
2017-08-31 22:03:22pitroulinkissue31317 messages
2017-08-31 22:03:22pitroucreate