mirror of https://github.com/python/cpython
28ad12f8fe
Rename Include/symtable.h to to Include/internal/pycore_symtable.h, don't export symbols anymore (replace PyAPI_FUNC and PyAPI_DATA with extern) and rename functions: * PyST_GetScope() to _PyST_GetScope() * PySymtable_BuildObject() to _PySymtable_Build() * PySymtable_Free() to _PySymtable_Free() Remove PySymtable_Build(), Py_SymtableString() and Py_SymtableStringObject() functions. The Py_SymtableString() function was part the stable ABI by mistake but it could not be used, since the symtable.h header file was excluded from the limited C API. The Python symtable module remains available and is unchanged. |
||
---|---|---|
.. | ||
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 | ||
README.rst |
README.rst
Put news entry `blurb`_ files for the *C API* section in this directory. .. _blurb: https://pypi.org/project/blurb/