diff options
author | Victor Stinner <vstinner@python.org> | 2023-07-25 03:48:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 03:48:04 (GMT) |
commit | 3b309319cc2920587a8c74a6969fb47d69281126 (patch) | |
tree | f44048e0149b8748234e814947e151c402ebd487 /Python/Python-ast.c | |
parent | c5b13d6f80630d29bf5dca9cde53dfe15cf94f8b (diff) | |
download | cpython-3b309319cc2920587a8c74a6969fb47d69281126.zip cpython-3b309319cc2920587a8c74a6969fb47d69281126.tar.gz cpython-3b309319cc2920587a8c74a6969fb47d69281126.tar.bz2 |
gh-107211: No longer export internal variables (#107218)
No longer export these 5 internal C API variables:
* _PyBufferWrapper_Type
* _PyImport_FrozenBootstrap
* _PyImport_FrozenStdlib
* _PyImport_FrozenTest
* _Py_SwappedOp
Fix the definition of these internal functions, replace PyAPI_DATA()
with PyAPI_FUNC():
* _PyImport_ClearExtension()
* _PyObject_IsFreed()
* _PyThreadState_GetCurrent()
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions