Message300438
| 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:04 | vstinner | set | recipients: + vstinner |
| 2017-08-17 15:32:04 | vstinner | set | messageid: <1502983924.76.0.0545413601956.issue31227@psf.upfronthosting.co.za> |
| 2017-08-17 15:32:04 | vstinner | link | issue31227 messages |
| 2017-08-17 15:32:04 | vstinner | create | |