cpython/Misc/NEWS.d/next/C API/2022-07-19-22-37-40.gh-issu...

4 lines
193 B
ReStructuredText

Added :c:func:`PyCode_GetVarnames`, :c:func:`PyCode_GetCellvars` and
:c:func:`PyCode_GetFreevars` for accessing ``co_varnames``, ``co_cellvars``
and ``co_freevars`` respectively via the C API.