Skip to content

Commit 7a0630c

Browse files
Add a What's New entry for bpo-35459. (GH-12706)
1 parent f4efa31 commit 7a0630c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎Doc/whatsnew/3.8.rst‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,11 @@ Changes in Python behavior
686686
to use equality tests (``==`` and ``!=``) instead.
687687
(Contributed by Serhiy Storchaka in :issue:`34850`.)
688688

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+
689694

690695
Changes in the Python API
691696
-------------------------

0 commit comments

Comments
 (0)