]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112026: Restore removed _PyDict_GetItemStringWithError() (#112119)
authorVictor Stinner <vstinner@python.org>
Wed, 15 Nov 2023 17:10:06 +0000 (18:10 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Nov 2023 17:10:06 +0000 (17:10 +0000)
commitbd2f1485b089bd38d123b4d202a37e567f119482
tree5d1bde9b3388f7a19cec276386532173e44f66ba
parentec055073673d5b949aa81311405d92159bab342e
gh-112026: Restore removed _PyDict_GetItemStringWithError() (#112119)

Restore the removed _PyDict_GetItemStringWithError() function. It is
used by numpy.
Include/cpython/dictobject.h
Misc/NEWS.d/next/C API/2023-11-15-17-10-09.gh-issue-112026.ts9yyn.rst [new file with mode: 0644]
Objects/dictobject.c