Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Aug 23, 2023

Replace PyDict_GetItemWithError() with PyDict_GetItemRef() which returns a strong reference.

Cleanup also the function: move variable definition to their first assignation, rename variable names to use name longer than 1 character.

Replace PyDict_GetItemWithError() with PyDict_GetItemRef() which
returns a strong reference.

Cleanup also the function: move variable definition to their first
assignation, rename variable names to use name longer than 1
character.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants