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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-06-08.16:18:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496938727.77.0.570436657393.issue30602@psf.upfronthosting.co.za>
In-reply-to
Content
The leak can be reproduced with the minimum attached test_os.py:

C:\haypo\python>PCbuild\amd64\python_d.exe -m test -R 3:3 test_os
Run tests sequentially
0:00:00 [1/1] test_os
beginning 6 repetitions
123456
......
test_os leaked [2, 2, 2] memory blocks, sum=6
test_os failed

1 test failed:
    test_os

Total duration: 172 ms
Tests result: FAILURE
History
Date User Action Args
2017-06-08 16:18:47vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2017-06-08 16:18:47vstinnersetmessageid: <1496938727.77.0.570436657393.issue30602@psf.upfronthosting.co.za>
2017-06-08 16:18:47vstinnerlinkissue30602 messages
2017-06-08 16:18:47vstinnercreate