cpython/Misc/NEWS.d/next/C API
Victor Stinner 8370e07e1e
bpo-43244: Remove the pyarena.h header (GH-25007)
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-24 02:23:01 +01:00
..
2021-03-17-23-20-07.bpo-43244.diyn2C.rst bpo-43244: Remove the PyAST_Validate() function (GH-24911) 2021-03-18 14:57:49 +01:00
2021-03-17-23-53-14.bpo-43244.kfPqA_.rst bpo-43244: Remove symtable.h header file (GH-24910) 2021-03-19 12:41:49 +01:00
2021-03-18-12-44-33.bpo-43541.ICigzd.rst bpo-43541: Fix PyEval_EvalCodeEx() regression (GH-24918) 2021-03-18 14:51:24 +01:00
2021-03-19-12-56-11.bpo-43244.VuIyOD.rst bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933) 2021-03-23 20:47:40 +01:00
2021-03-23-20-53-41.bpo-43244.VK3sLH.rst bpo-43244: Remove parser_interface.h header file (GH-25001) 2021-03-24 01:29:09 +01:00
2021-03-24-01-22-14.bpo-43244.31-97x.rst bpo-43244: Remove the pyarena.h header (GH-25007) 2021-03-24 02:23:01 +01:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

Put news entry `blurb`_ files for the *C API* section in this directory.

.. _blurb: https://pypi.org/project/blurb/