gh-106320: Remove private _PyDict C API by vstinner · Pull Request #107145 · python/cpython
requested review from
1st1,
asvetlov,
brettcannon,
ericsnowcurrently,
gvanrossum,
kumaraditya303,
ncoghlan,
pablogsal,
rhettinger,
warsaw and
willingc
as code owners
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters