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 eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-06-02.08:53:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496393589.85.0.680266409693.issue30546@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Refleaks%203.6/builds/15/steps/test/logs/stdio

0:00:17 [  4/405/1] test_platform failed
......
beginning 6 repetitions
123456

test_platform leaked [12, 12, 12] references, sum=36
test_platform leaked [4, 4, 4] memory blocks, sum=12


To reproduce the bug, use the command:

python -m test -R 3:3 -m test_uname_win32_ARCHITEW6432 test_platform


Note: Leak isolated my bisect_test.py of bpo-29512.
History
Date User Action Args
2017-06-02 08:53:09vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2017-06-02 08:53:09vstinnersetmessageid: <1496393589.85.0.680266409693.issue30546@psf.upfronthosting.co.za>
2017-06-02 08:53:09vstinnerlinkissue30546 messages
2017-06-02 08:53:09vstinnercreate