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 a028778 commit 152292bCopy full SHA for 152292b
Doc/whatsnew/3.12.rst
@@ -982,6 +982,11 @@ Porting to Python 3.12
982
effects, these side effects are no longer duplicated.
983
(Contributed by Victor Stinner in :gh:`98724`.)
984
985
+* The interpreter's error indicator is now always normalized. This means
986
+ that :c:func:`PyErr_SetObject`, :c:func:`PyErr_SetString` and the other
987
+ functions that set the error indicator now normalize the exception
988
+ before storing it. (Contributed by Mark Shannon in :gh:`101578`.)
989
+
990
Deprecated
991
----------
992
0 commit comments