You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move private _PyDict functions to the internal C API (pycore_dict.h):
* _PyDict_Contains_KnownHash()
* _PyDict_DebugMallocStats()
* _PyDict_DelItemIf()
* _PyDict_DelItem_KnownHash()
* _PyDict_GetItemWithError()
* _PyDict_GetItem_KnownHash()
* _PyDict_HasOnlyStringKeys()
* _PyDict_MaybeUntrack()
* _PyDict_MergeEx()
* _PyDict_NewPresized()
* _PyDict_SetItem_KnownHash()
No longer export most of these functions, except of the ones used by
the _asyncio shared extension.
Move dict_getitem_knownhash() from _testcapi to _testinternalcapi.
0 commit comments