You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following PR makes the code, that currently uses PyDict_GetItemWithError() which returns a borrowing reference and then call Py_INCREF() on the result to make a strong reference, to use PyDict_GetItemRef().
The following PR makes the code, that currently uses
PyDict_GetItemWithError()which returns a borrowing reference and then callPy_INCREF()on the result to make a strong reference, to usePyDict_GetItemRef().cc @vstinner
Linked PRs