Nick Coghlan added the comment:

Presumably this also affects Python 3.6, as that includes the same headers 
during configure for the same reasons: to check if the getrandom() syscall is 
likely to be available.

#27990 is somewhat related, in that Linux makes this a bit difficult to do 
correctly on older systems - we may need an explicit "--with-getrandom" and 
corresponding "--without-getrandom" to make it easy for folks to override the 
system inspection logic in the configure script.

----------
nosy: +ncoghlan
versions: +Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27398>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to