Message 267623 - Python tracker (original) (raw)
This doesn't look correct to me. Despite what the Linux maintainers insist, it's a bug that /dev/urandom will return immediately if the system's entropy pool has never been seeded; one of the whole points of the getrandom syscall is that it has the correct behavior (which is the same behavior as BSDs).
IMO the patch landed this morning should be reverted and it should be left as is.