mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -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.
Source files for various builtin objects