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 steve.dower
Recipients christian.heimes, gvanrossum, steve.dower
Date 2021-11-24.18:51:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637779894.48.0.971689192148.issue45893@roundup.psfhosted.org>
In-reply-to
Content
Seems we lost the C++ handling in Include/cpython/initconfig.h:

#ifdef __cplusplus
extern "C" {
#endif

<full body of file>

#ifdef __cplusplus
}
#endif
History
Date User Action Args
2021-11-24 18:51:34steve.dowersetrecipients: + steve.dower, gvanrossum, christian.heimes
2021-11-24 18:51:34steve.dowersetmessageid: <1637779894.48.0.971689192148.issue45893@roundup.psfhosted.org>
2021-11-24 18:51:34steve.dowerlinkissue45893 messages
2021-11-24 18:51:34steve.dowercreate