[issue45893] Azure Pipelines currently failing

Steve Dower report at bugs.python.org
Wed Nov 24 13:51:34 EST 2021


Steve Dower <steve.dower at python.org> added the comment:

Seems we lost the C++ handling in Include/cpython/initconfig.h:

#ifdef __cplusplus
extern "C" {
#endif

<full body of file>

#ifdef __cplusplus
}
#endif

----------
keywords: +easy (C)
versions: +Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45893>
_______________________________________


More information about the Python-bugs-list mailing list