diff options
author | Victor Stinner <vstinner@python.org> | 2025-01-22 11:04:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-22 11:04:19 (GMT) |
commit | 9012fa741d55419dc77c5c191794eb93e71ae9a4 (patch) | |
tree | d8b2560baa9ab8b9ac3719afbeae87076a7cdbc7 /Lib/test/test_pyrepl/test_pyrepl.py | |
parent | 470a0a68ebbbb4254f1a3e8e22cce0c3a0827055 (diff) | |
download | cpython-9012fa741d55419dc77c5c191794eb93e71ae9a4.zip cpython-9012fa741d55419dc77c5c191794eb93e71ae9a4.tar.gz cpython-9012fa741d55419dc77c5c191794eb93e71ae9a4.tar.bz2 |
gh-128863: Deprecate private C API functions (#128864)
Deprecate private C API functions:
* _PyBytes_Join()
* _PyDict_GetItemStringWithError()
* _PyDict_Pop()
* _PyThreadState_UncheckedGet()
* _PyUnicode_AsString()
* _Py_HashPointer()
* _Py_fopen_obj()
Replace _Py_HashPointer() with Py_HashPointer().
Remove references to deprecated functions.
Diffstat (limited to 'Lib/test/test_pyrepl/test_pyrepl.py')
0 files changed, 0 insertions, 0 deletions