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 vstinner
Recipients vstinner
Date 2017-08-16.09:41:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502876500.53.0.298130981343.issue31217@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/x86%20Gentoo%20Refleaks%203.6/builds/58/steps/test/logs/stdio

test_code leaked [1, 1, 1] memory blocks, sum=3
(...)
Re-running test 'test_code' in verbose mode
(...)
test_code leaked [1, 1, 1] memory blocks, sum=3


I'm unable to reproduce the bug:

haypo@selma$ ./python -m test -R 3:3 test_code 
(...)
1 test OK.
History
Date User Action Args
2017-08-16 09:41:40vstinnersetrecipients: + vstinner
2017-08-16 09:41:40vstinnersetmessageid: <1502876500.53.0.298130981343.issue31217@psf.upfronthosting.co.za>
2017-08-16 09:41:40vstinnerlinkissue31217 messages
2017-08-16 09:41:40vstinnercreate