summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C_API/2024-12-06-16-53-34.gh-issue-127691.k_Jitp.rst
blob: c942ff3d9eda53749dcf562103c58a0b7d17ac52 (plain)
1
2
3
The :ref:`Unicode Exception Objects <unicodeexceptions>` C API
now raises a :exc:`TypeError` if its exception argument is not
a :exc:`UnicodeError` object. Patch by Bénédikt Tran.