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 matrixise, palotasb-conti, paul.moore, skrah, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-06-15.19:03:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592247802.48.0.903120856231.issue36020@roundup.psfhosted.org>
In-reply-to
Content
Can't we just use #ifndef __cplusplus instead of changing the function?

I don't think anyone compiles the affected files with a C++ compiler.


There are many areas in Include/* that fail with C++, e.g. isnan() with -std=c++11.
History
Date User Action Args
2020-06-15 19:03:22skrahsetrecipients: + skrah, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, matrixise, palotasb-conti
2020-06-15 19:03:22skrahsetmessageid: <1592247802.48.0.903120856231.issue36020@roundup.psfhosted.org>
2020-06-15 19:03:22skrahlinkissue36020 messages
2020-06-15 19:03:22skrahcreate