gh-112026: Restore removed _PyDict_GetItemStringWithError() by vstinner · Pull Request #112119 · python/cpython

@vstinner

Restore the removed _PyDict_GetItemStringWithError() function. It is
used by numpy.

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
…thon#112119)

Restore the removed _PyDict_GetItemStringWithError() function. It is
used by numpy.

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
…thon#112119)

Restore the removed _PyDict_GetItemStringWithError() function. It is
used by numpy.