SIGN IN SIGN UP

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.
V
Victor Stinner committed
9012fa741d55419dc77c5c191794eb93e71ae9a4
Parent: 470a0a6
Committed by GitHub <noreply@github.com> on 1/22/2025, 11:04:19 AM