mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
fb5db7ec58
These functions are considered not safe because they suppress all internal errors and can return wrong result. PyDict_GetItemString and _PyDict_GetItemId can also silence current exception in rare cases. Remove no longer used _PyDict_GetItemId. Add _PyDict_ContainsId and rename _PyDict_Contains into _PyDict_Contains_KnownHash.
Miscellaneous source files for the main Python shared library