mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Replace PyDict_GetItem() calls with PyDict_GetItemRef() or PyDict_GetItemWithError() to handle errors. * Replace PyLong_AS_LONG() with _PyLong_AsInt() and check for errors. * Check for PyDict_Contains() error. * pycore_init_builtins() checks for _PyType_Lookup() failure.
Miscellaneous source files for the main Python shared library