]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove private _PyErr_SetKeyError() (#108607)
authorVictor Stinner <vstinner@python.org>
Tue, 29 Aug 2023 03:13:41 +0000 (05:13 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2023 03:13:41 +0000 (03:13 +0000)
commitc9eefc77a7456c5354beaff9bdba449d3e42be35
tree24d3949af294b2fdee0b20101eb26b51f93dfa04
parent921eb8ebf6ae9bd359bc03c24bf1f7537bb498ab
gh-106320: Remove private _PyErr_SetKeyError() (#108607)

Move the private _PyErr_SetKeyError() function to the internal C API
(pycore_pyerrors.h).
Include/cpython/pyerrors.h
Include/internal/pycore_pyerrors.h
Objects/setobject.c