mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
4dc9f48930
Replace _PyDict_GetItemStringWithError() calls with PyDict_GetItemStringRef() which returns a strong reference to the item. Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Miscellaneous source files for the main Python shared library