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 f4efa31 commit 7a0630cCopy full SHA for 7a0630c
Doc/whatsnew/3.8.rst
@@ -686,6 +686,11 @@ Changes in Python behavior
686
to use equality tests (``==`` and ``!=``) instead.
687
(Contributed by Serhiy Storchaka in :issue:`34850`.)
688
689
+* The CPython interpreter can swallow exceptions in some circumstances.
690
+ In Python 3.8 this happens in less cases. In particular, exceptions
691
+ raised when getting the attribute from the type dictionary are no longer
692
+ ignored. (Contributed by Serhiy Storchaka in :issue:`35459`.)
693
+
694
695
Changes in the Python API
696
-------------------------
0 commit comments