◐ Shell
clean mode source ↗

gh-106320: Remove private _PyDict C API by vstinner · Pull Request #107145 · python/cpython

Move private _PyDict functions to the internal C API (pycore_dict.h):

* _PyDict_Contains_KnownHash()
* _PyDict_DebugMallocStats()
* _PyDict_DelItemIf()
* _PyDict_GetItemWithError()
* _PyDict_HasOnlyStringKeys()
* _PyDict_MaybeUntrack()
* _PyDict_MergeEx()

No longer export these functions.

carljm added a commit to carljm/cpython that referenced this pull request

Jul 24, 2023