mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
fd66baf34a
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.
Miscellaneous source files for the main Python shared library