mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
52c6a6e48a
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