Message 315289 - Python tracker

Message315289

Author lemburg
Recipients lemburg
Date 2018-04-14.14:29:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523716155.58.0.682650639539.issue33278@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-04-14 14:29:15lemburgsetrecipients: + lemburg
2018-04-14 14:29:15lemburgsetmessageid: <1523716155.58.0.682650639539.issue33278@psf.upfronthosting.co.za>
2018-04-14 14:29:15lemburglinkissue33278 messages
2018-04-14 14:29:15lemburgcreate