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

2017-01-04 Thread Nick Coghlan
On 5 January 2017 at 03:42, Lukas Slebodnik wrote: >> 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 r

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

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

2017-01-04 Thread Miro Hrončok
On 4.1.2017 09:20, Nick Coghlan wrote: On 3 January 2017 at 20:01, Petr Viktorin wrote: 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

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

2017-01-04 Thread Nick Coghlan
On 3 January 2017 at 20:01, Petr Viktorin wrote: > 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-manage