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 Jeffrey.Walton, vstinner
Date 2019-08-12.11:05:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565607915.86.0.908302116184.issue37832@roundup.psfhosted.org>
In-reply-to
Content
> It seems HURD no longer provides /dev/urandom out of the box.

Why not? How is an application supposed to get entropy from the kernel or from the system?

In short, it seems like Python no longer supports HURD anymore. You can patch Python on HURD for your specific needs (ex: put a patch in Debian) if you want to workaround this issue.
History
Date User Action Args
2019-08-12 11:05:15vstinnersetrecipients: + vstinner, Jeffrey.Walton
2019-08-12 11:05:15vstinnersetmessageid: <1565607915.86.0.908302116184.issue37832@roundup.psfhosted.org>
2019-08-12 11:05:15vstinnerlinkissue37832 messages
2019-08-12 11:05:15vstinnercreate