gh-108308: Remove _PyDict_GetItemStringWithError() function by vstinner · Pull Request #108426 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
Remove the internal _PyDict_GetItemStringWithError() function. It can now be replaced with the new public PyDict_ContainsString() and PyDict_GetItemStringRef() functions.
getargs.c now uses a strong reference for current_arg. find_keyword() returns a strong reference.
Remove the internal _PyDict_GetItemStringWithError() function. It can now be replaced with the new public PyDict_ContainsString() and PyDict_GetItemStringRef() functions. getargs.c now uses a strong reference for current_arg. find_keyword() returns a strong reference.
vstinner
deleted the
remove_getstringwitherror
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters