summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2021-03-23-20-53-41.bpo-43244.VK3sLH.rst
blob: 6cfe642d429588b6e55f35084d488175843db629 (plain)
1
2
3
4
5
6
7
8
9
10
11
Remove the compiler functions using ``struct _mod`` type, because the public
AST C API was removed:

* ``PyAST_Compile()``
* ``PyAST_CompileEx()``
* ``PyAST_CompileObject()``
* ``PyFuture_FromAST()``
* ``PyFuture_FromASTObject()``

These functions were undocumented and excluded from the limited C API.
Patch by Victor Stinner.