summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins/2018-06-07-18-34-19.bpo-33738.ODZS7a.rst
blob: 0b7365d05a5f8f44eaeffcb7329df07660bb597d (plain)
1
2
3
4
Seven macro incompatibilities with the Limited API were fixed, and the
macros PyIter_Check, PyIndex_Check and PyExceptionClass_Name were added as
functions. The return type of PyExceptionClass_Name is "const char \*".
A script for automatic macro checks was added.