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 Claudiu.Popa, brett.cannon, christian.heimes, pitrou, virtuald, vstinner
Date 2017-12-22.08:42:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513932126.73.0.213398074469.issue29877@psf.upfronthosting.co.za>
In-reply-to
Content
Finally got around to looking at this.

# cat /proc/sys/kernel/random/entropy_avail 
183

.. ran python3 -c 'import os; os.getrandom(1, flags=os.GRND_NONBLOCK)' a few times, but didn't run into a hang. Seems like the entropy_avail is staying at about the same level?

It's worth noting that I ran into this error with last year's firmware image, and I haven't actually tested this year's firmware image for this particular issue... just that I had it on my TODO list to fix for this year. :)

I think it's still a good change to make regardless.
History
Date User Action Args
2017-12-22 08:42:06virtualdsetrecipients: + virtuald, brett.cannon, pitrou, vstinner, christian.heimes, Claudiu.Popa
2017-12-22 08:42:06virtualdsetmessageid: <1513932126.73.0.213398074469.issue29877@psf.upfronthosting.co.za>
2017-12-22 08:42:06virtualdlinkissue29877 messages
2017-12-22 08:42:06virtualdcreate