mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
Replace _PyDict_GetItemStringWithError() with PyDict_GetItemRef() in config_dict_get() to get a strong reference to the item.
Miscellaneous source files for the main Python shared library