]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 21 Mar 2023 21:36:31 +0000 (21:36 +0000)
committerGitHub <noreply@github.com>
Tue, 21 Mar 2023 21:36:31 +0000 (21:36 +0000)
commit76350e85ebf96df588384f3d9bdc20d11045bef4
treedfc8197d86f5cbb646d932d05e7612435887c5c7
parente6ecd3e6b437f3056e0a410a57c52e2639b56353
gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)
Include/cpython/pyerrors.h
Lib/test/test_codecs.py
Misc/NEWS.d/next/Core and Builtins/2023-03-03-23-21-16.gh-issue-102406.XLqYO3.rst [new file with mode: 0644]
Objects/exceptions.c
Python/codecs.c