]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102493: fix normalization in PyErr_SetObject (#102502)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 7 Mar 2023 21:27:46 +0000 (21:27 +0000)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2023 21:27:46 +0000 (13:27 -0800)
commita33ca2ad1fcf857817cba505a788e15cf9d6ed0c
tree8717635b992632d1f3f95f27631f0085423d5423
parent54060ae91da2df44b3f6e6c698694d40284687e9
gh-102493: fix normalization in PyErr_SetObject (#102502)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_capi/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2023-03-07-16-56-28.gh-issue-102493.gTXrcD.rst [new file with mode: 0644]
Modules/_testcapi/exceptions.c
Python/errors.c