Skip to content

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

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:remove_getstringwitherror
Aug 24, 2023
Merged

gh-108308: Remove _PyDict_GetItemStringWithError() function#108426
vstinner merged 1 commit into
python:mainfrom
vstinner:remove_getstringwitherror

Conversation

@vstinner

@vstinnervstinner commented Aug 24, 2023

Copy link
Copy Markdown
Member

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.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@bedevere-bot