bpo-31227: regrtest reseeds RNG before each test by vstinner · Pull Request #3059 · python/cpython
Conversation
regrtest now reseeds 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).
regrtest now reseeds 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).
vstinner
changed the title
bpo-31174: regrtest reseeds RNG before each test
bpo-31227: regrtest reseeds RNG before each test
I didn't get a strong +1 on the issue and I'm not convinced myself by my approach. Moreover, Refleaks buildbots now seem to be reliable thanks to other fixes. For all these reasons, I close the PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters