]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127691: add type checks when using `PyUnicodeError` objects (GH-127694)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 13 Dec 2024 16:16:22 +0000 (17:16 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Dec 2024 16:16:22 +0000 (17:16 +0100)
commit8bc18182a7c28f86265c9d82bd0338137480921c
treef5cd49588b391d442e53d47caa06446d7ad345fc
parent6446408d426814bf2bc9d3911a91741f04d4bc4e
gh-127691: add type checks when using `PyUnicodeError` objects (GH-127694)
Doc/whatsnew/3.14.rst
Misc/NEWS.d/next/C_API/2024-12-06-16-53-34.gh-issue-127691.k_Jitp.rst [new file with mode: 0644]
Objects/exceptions.c