SIGN IN SIGN UP

gh-108308: Remove _PyDict_GetItemStringWithError() function (#108426)

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.
V
Victor Stinner committed
52c6a6e48a5fa12af401810722cfcad859e9881a
Parent: ea871c9
Committed by GitHub <noreply@github.com> on 8/24/2023, 3:34:22 PM