Re: Python 3.6 and blocking-by-default os.urandom()

2017-01-04 Thread Lukas Slebodnik
> It is not just about python3.6 but I can also see something similar with old > kernel and python35 in latest rawhide userspace > https://bugzilla.redhat.com/show_bug.cgi?id=1410187 BTW the explanation is that the latest update of glibc in rawhide provides functions getentropy and getrandom objd

Re: Python 3.6 and blocking-by-default os.urandom()

2017-01-04 Thread Lukas Slebodnik
> Here's a potentially related issue – apparently Python 3.6 doesn't run > on a CentOS 7 kernel (which would be an issue when running Fedora in > Docker on an EL7 host, or when we try to get py3.6 in EPEL). > > https://github.com/rpm-software-management/mock/issues/28 > > Harris, could you try