mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
Remove the internal _PyDict_GetItemStringWithError() function. It can now be replaced with the new public PyDict_ContainsString() and PyDict_GetItemStringRef() functions. getargs.c now now uses a strong reference for current_arg. find_keyword() returns a strong reference.
Miscellaneous source files for the main Python shared library