mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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. Add pycore_pyarena.h header. Rename functions: * PyArena_New() => _PyArena_New() * PyArena_Free() => _PyArena_Free() * PyArena_Malloc() => _PyArena_Malloc() * PyArena_AddPyObject() => _PyArena_AddPyObject() |
||
|---|---|---|
| .. | ||
| 2021-03-17-23-20-07.bpo-43244.diyn2C.rst | ||
| 2021-03-17-23-53-14.bpo-43244.kfPqA_.rst | ||
| 2021-03-18-12-44-33.bpo-43541.ICigzd.rst | ||
| 2021-03-19-12-56-11.bpo-43244.VuIyOD.rst | ||
| 2021-03-23-20-53-41.bpo-43244.VK3sLH.rst | ||
| 2021-03-24-01-22-14.bpo-43244.31-97x.rst | ||
| README.rst | ||
Put news entry `blurb`_ files for the *C API* section in this directory. .. _blurb: https://pypi.org/project/blurb/