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 mdk
Recipients Yaroslav.Halchenko, mdk, rhettinger, serhiy.storchaka
Date 2017-12-16.10:44:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513421050.76.0.213398074469.issue32276@psf.upfronthosting.co.za>
In-reply-to
Content
I concur with Raymond and Serhiy here, and monkeypatching tmpfile should not be that hard, maybe patching `tempfile._Random` with `partial(random.Random, seed)` if done soon enough?
History
Date User Action Args
2017-12-16 10:44:10mdksetrecipients: + mdk, rhettinger, Yaroslav.Halchenko, serhiy.storchaka
2017-12-16 10:44:10mdksetmessageid: <1513421050.76.0.213398074469.issue32276@psf.upfronthosting.co.za>
2017-12-16 10:44:10mdklinkissue32276 messages
2017-12-16 10:44:10mdkcreate