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-17.15:32:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502983924.76.0.0545413601956.issue31227@psf.upfronthosting.co.za>
In-reply-to
Content
Attached PR changes regrtest to reseed the random RNG before each test file. Use also more entropy for the seed: 2**32 (32 bits) rather than
10_000_000 (24 bits).

The change should avoid random failure of test_tools when hunting reference leaks: see bpo-31174.

Maybe it will also reduce false positive when hunting memory leaks, like bpo-31217.
History
Date User Action Args
2017-08-17 15:32:04vstinnersetrecipients: + vstinner
2017-08-17 15:32:04vstinnersetmessageid: <1502983924.76.0.0545413601956.issue31227@psf.upfronthosting.co.za>
2017-08-17 15:32:04vstinnerlinkissue31227 messages
2017-08-17 15:32:04vstinnercreate