blob: abef9bb376c8959ca3a595f468e43134ec91fe45 (
plain)
1
2
3
|
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.
|