This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients Michael.Felt, skrah
Date 2020-06-15.19:20:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592248833.03.0.225631879404.issue40878@roundup.psfhosted.org>
In-reply-to
Content
Thanks!

Ha, it turns out that c99_r has excellent C99 compliance. :)

> Variable arguments macro RAISE_SYNTAX_ERROR was invoked with an empty variable argument list.

Totally legit, we should use xlc (at least the front end) more often.


So maybe our code base is not C99 compliant enough and we have to switch back for sanity.



For the _decimal problem at hand, if you give me the compiler identification macro (__xlc__ or something?) I can try the same as for MSVC and use the explicit EXTINLINE definition.
History
Date User Action Args
2020-06-15 19:20:33skrahsetrecipients: + skrah, Michael.Felt
2020-06-15 19:20:33skrahsetmessageid: <1592248833.03.0.225631879404.issue40878@roundup.psfhosted.org>
2020-06-15 19:20:33skrahlinkissue40878 messages
2020-06-15 19:20:32skrahcreate