summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2021-03-24-01-22-14.bpo-43244.31-97x.rst
blob: 389ee3e13394808674e888acf4a31cabc77fbc37 (plain)
1
2
3
4
5
6
7
8
9
10
Remove the ``pyarena.h`` header file with functions:

* ``PyArena_New()``
* ``PyArena_Free()``
* ``PyArena_Malloc()``
* ``PyArena_AddPyObject()``

These functions were undocumented, excluded from the limited C API, and were
only used internally by the compiler.
Patch by Victor Stinner.