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 barry, christian.heimes, ncoghlan, vstinner
Date 2018-06-22.20:57:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CA+3bQGE8v0W05dh23Qz3pmNWK=CAxNsk2cUovDQizyBsxbDzMA@mail.gmail.com>
In-reply-to <1529700789.6.0.56676864532.issue33919@psf.upfronthosting.co.za>
Content
Barry: generating a 32 bit seed gives less entropy and so makes Python
easier to crash. If you need reproducible Python: generate a seed and set
the env var before starting Python. Tox does that. Regrtest should do that.
History
Date User Action Args
2018-06-22 20:57:38vstinnersetrecipients: + vstinner, barry, ncoghlan, christian.heimes
2018-06-22 20:57:38vstinnerlinkissue33919 messages
2018-06-22 20:57:38vstinnercreate