Bug report
Bug description:
PyABIInfo_VAR in modsupport.h generates incorrect code because _PyABIInfo_DEFAULT has been defined as a function. The parentheses should be removed.
CPython versions tested on:
3.15
Operating systems tested on:
macOS
Linked PRs
Bug report
Bug description:
PyABIInfo_VARinmodsupport.hgenerates incorrect code because_PyABIInfo_DEFAULThas been defined as a function. The parentheses should be removed.CPython versions tested on:
3.15
Operating systems tested on:
macOS
Linked PRs
PyABIInfo_VARmacro #142230