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 brett.cannon, pitrou, vstinner, zach.ware
Date 2017-08-31.22:35:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504218951.74.0.0686869333091.issue31217@psf.upfronthosting.co.za>
In-reply-to
Content
Attached test script still fails even though the objects are pre-allocated, and without setting a hash seed.

$ ./python -m test -R 3:6 test_haypoleak
Run tests sequentially
0:00:00 load avg: 0.23 [1/1] test_haypoleak
beginning 9 repetitions
123456789
.........
test_haypoleak leaked [1, 1, 1, 1, 1, 1] memory blocks, sum=6
test_haypoleak failed
History
Date User Action Args
2017-08-31 22:35:51pitrousetrecipients: + pitrou, brett.cannon, vstinner, zach.ware
2017-08-31 22:35:51pitrousetmessageid: <1504218951.74.0.0686869333091.issue31217@psf.upfronthosting.co.za>
2017-08-31 22:35:51pitroulinkissue31217 messages
2017-08-31 22:35:51pitroucreate