◐ Shell
clean mode source ↗

gh-108308: Remove _PyDict_GetItemStringWithError() function by vstinner · Pull Request #108426 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

Aug 24, 2023

Conversation

@vstinner

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 vstinner deleted the remove_getstringwitherror branch

August 24, 2023 15:34

Labels

2 participants

@vstinner @bedevere-bot