Message 305270 - Python tracker

Message305270

Author Ilya.Kulakov
Recipients Ilya.Kulakov
Date 2017-10-31.06:29:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509431344.9.0.213398074469.issue31909@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.5 and 3.6 in their corresponding configure.ac try to detect presence of sys_getrandom. The result is written into the `HAVE_GETRANDOM_SYSCALL` definition.

libexpact checks for `HAVE_SYSCALL_GETRANDOM` and since it's not defined, does not use it. This fails compilation with up to date libexpact due to a new condition [1].

[1] https://github.com/python/cpython/blob/master/Modules/expat/xmlparse.c#L87-L91
History
Date User Action Args
2017-10-31 06:29:04Ilya.Kulakovsetrecipients: + Ilya.Kulakov
2017-10-31 06:29:04Ilya.Kulakovsetmessageid: <1509431344.9.0.213398074469.issue31909@psf.upfronthosting.co.za>
2017-10-31 06:29:04Ilya.Kulakovlinkissue31909 messages
2017-10-31 06:29:04Ilya.Kulakovcreate