[issue47165] [C API] Test that the Python C API is compatible with C++

Gregory P. Smith report at bugs.python.org
Tue Apr 5 02:49:28 EDT 2022


Gregory P. Smith <greg at krypto.org> added the comment:

If we can conditionally test new things based on C++XX version, accumulating modern issue regression tests seems useful. Otherwise 11 at minimum.

As for why some things trigger this and others don't, my wild _guess_ would be whether the statements appear within an extern "C" block. Though that's not really what that is for so it isn't clear to me.

----------
components: +Tests
nosy: +gregory.p.smith
stage:  -> test needed

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


More information about the Python-bugs-list mailing list