]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102594: PyErr_SetObject adds note to exception raised on normalization error ...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 16 Mar 2023 10:16:01 +0000 (10:16 +0000)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2023 10:16:01 +0000 (10:16 +0000)
commit51d693c58454a2c525094a7c74ebac86859353fd
tree9c5bd67c259638864cc3e57031ead3707355ba8d
parent2dc94634b50f0e5e207787e5ac1d56c68b22c3ae
gh-102594: PyErr_SetObject adds note to exception raised on normalization error (#102675)
Include/cpython/pyerrors.h
Lib/test/test_capi/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2023-03-14-00-11-46.gh-issue-102594.BjU-m2.rst [new file with mode: 0644]
Modules/_testcapi/exceptions.c
Objects/exceptions.c
Python/errors.c