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.
|