]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44094: Remove deprecated PyErr_ APIs. (GH-26011)
authorInada Naoki <songofacandy@gmail.com>
Thu, 13 May 2021 20:45:26 +0000 (05:45 +0900)
committerGitHub <noreply@github.com>
Thu, 13 May 2021 20:45:26 +0000 (13:45 -0700)
commitae3c66acb89a6104fcd0eea760f80a0287327cc4
tree835a76dda08fc4f3e36d04fcae21dc560a2d1242
parente0c614e5fd017ca43cab55a9f8490133750c704f
bpo-44094: Remove deprecated PyErr_ APIs. (GH-26011)

These APIs are deprecated since Python 3.3. They are not documented too.
Include/cpython/pyerrors.h
Misc/NEWS.d/next/C API/2021-05-10-14-34-22.bpo-44094.HayXZO.rst [new file with mode: 0644]
Python/errors.c