]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107211: No longer export internal functions (3) (#107215)
authorVictor Stinner <vstinner@python.org>
Tue, 25 Jul 2023 02:25:45 +0000 (04:25 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Jul 2023 02:25:45 +0000 (02:25 +0000)
commit0d0520af834dc92035d54d302e67f50f86353d41
tree27598cee9e498b9c604e1f45286bcfdc4a3129ea
parent5a61692c6c334c017248bf3d8bb6422ff7b958e8
gh-107211: No longer export internal functions (3) (#107215)

No longer export these 14 internal C API functions:

* _PySys_Audit()
* _PySys_SetAttr()
* _PyTraceBack_FromFrame()
* _PyTraceBack_Print_Indented()
* _PyUnicode_FormatAdvancedWriter()
* _PyUnicode_ScanIdentifier()
* _PyWarnings_Init()
* _Py_DumpASCII()
* _Py_DumpDecimal()
* _Py_DumpHexadecimal()
* _Py_DumpTraceback()
* _Py_DumpTracebackThreads()
* _Py_WriteIndent()
* _Py_WriteIndentedMargin()
Include/internal/pycore_sysmodule.h
Include/internal/pycore_time.h
Include/internal/pycore_traceback.h
Include/internal/pycore_tracemalloc.h
Include/internal/pycore_typeobject.h
Include/internal/pycore_unicodeobject.h
Include/internal/pycore_warnings.h