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 virtuald
Recipients virtuald
Date 2017-01-08.17:03:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483895033.92.0.456878128395.issue29208@psf.upfronthosting.co.za>
In-reply-to
Content
Crap, after reading more carefully, I see that PEP was rejected in favor of PEP 524.

According to that PEP, then I must implement the wait_for_system_rng() function? It's a bit weird, because I'm not explicitly using the random module and don't care to use it, I'm using pkg_resources... which is importing the email parser which imports random which creates a random instance which causes this bug.

It seems to me then that the stdlib should be modified to avoid importing random unless they actually need it, otherwise this gets triggered. Or am I missing something here?
History
Date User Action Args
2017-01-08 17:03:53virtualdsetrecipients: + virtuald
2017-01-08 17:03:53virtualdsetmessageid: <1483895033.92.0.456878128395.issue29208@psf.upfronthosting.co.za>
2017-01-08 17:03:53virtualdlinkissue29208 messages
2017-01-08 17:03:53virtualdcreate