Bug report
Checklist
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
No response
A clear and concise description of the bug:
Calls to PyDict_GetItem() should be replaced with PyDict_GetItemRef().
PyDict_GetItemWithError() may also be replaced with PyDict_GetItemRef().
Linked PRs