We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a8da5 commit ed9f40bCopy full SHA for ed9f40b
Doc/whatsnew/3.12.rst
@@ -985,6 +985,11 @@ Porting to Python 3.12
985
effects, these side effects are no longer duplicated.
986
(Contributed by Victor Stinner in :gh:`98724`.)
987
988
+* The interpreter's error indicator is now always normalized. This means
989
+ that :c:func:`PyErr_SetObject`, :c:func:`PyErr_SetString` and the other
990
+ functions that set the error indicator now normalize the exception
991
+ before storing it. (Contributed by Mark Shannon in :gh:`101578`.)
992
+
993
Deprecated
994
----------
995
0 commit comments