summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2021-03-17-23-20-07.bpo-43244.diyn2C.rst
blob: 6632ace472289abb296782bc10daa79e3ab63d3a (plain)
1
2
3
Remove the ``PyAST_Validate()`` function. It is no longer possible to build a
AST object (``mod_ty`` type) with the public C API. The function was already
excluded from the limited C API (:pep:`384`). Patch by Victor Stinner.