[New-bugs-announce] [issue33278] libexpat uses HAVE_SYSCALL_GETRANDOM instead of HAVE_GETRANDOM_SYSCALL

Marc-Andre Lemburg report at bugs.python.org
Sat Apr 14 10:29:15 EDT 2018


New submission from Marc-Andre Lemburg <mal at egenix.com>:

See https://github.com/python/cpython/blob/3.6/Modules/expat/xmlparse.c#L87

The Python configure script tests and sets the variable HAVE_GETRANDOM_SYSCALL.

The solution would be to have Python's config script define HAVE_SYSCALL_GETRANDOM as well, in case it detects the function.

----------
components: XML
messages: 315289
nosy: lemburg
priority: normal
severity: normal
status: open
title: libexpat uses HAVE_SYSCALL_GETRANDOM instead of HAVE_GETRANDOM_SYSCALL
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33278>
_______________________________________


More information about the New-bugs-announce mailing list