◐ Shell
clean mode source ↗

Message 383437 - Python tracker

Message383437

Author jmr
Recipients jmr, ned.deily, ronaldoussoren
Date 2020-12-20.18:27:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608488860.71.0.844167332987.issue42692@roundup.psfhosted.org>
In-reply-to
Content
The line in posixmodule.c that checks for __builtin_available is rejected by compilers that don't have __has_builtin. The second check needs to be in a nested #if.
History
Date User Action Args
2020-12-20 18:27:40jmrsetrecipients: + jmr, ronaldoussoren, ned.deily
2020-12-20 18:27:40jmrsetmessageid: <1608488860.71.0.844167332987.issue42692@roundup.psfhosted.org>
2020-12-20 18:27:40jmrlinkissue42692 messages
2020-12-20 18:27:40jmrcreate