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 serhiy.storchaka
Recipients alecsandru.patrascu, catalin.manciu, jtaylor, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-04-25.13:27:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461590854.38.0.859765372127.issue26249@psf.upfronthosting.co.za>
In-reply-to
Content
68b2a43d8653 introduced memory leak.

$ ./python -m test.regrtest -uall -R : test_format
Run tests sequentially
0:00:00 [1/1] test_format
beginning 9 repetitions
123456789
.........
test_format leaked [6, 7, 7, 7] memory blocks, sum=27
1 test failed:
    test_format
Total duration: 0:00:01
History
Date User Action Args
2016-04-25 13:27:34serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, vstinner, python-dev, jtaylor, alecsandru.patrascu, catalin.manciu
2016-04-25 13:27:34serhiy.storchakasetmessageid: <1461590854.38.0.859765372127.issue26249@psf.upfronthosting.co.za>
2016-04-25 13:27:34serhiy.storchakalinkissue26249 messages
2016-04-25 13:27:34serhiy.storchakacreate