Skip to content

Commit

Permalink
Add a What's New entry for bpo-35459. (pythonGH-12706)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka authored Apr 8, 2019
1 parent f4efa31 commit 7a0630c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Doc/whatsnew/3.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,11 @@ Changes in Python behavior
to use equality tests (``==`` and ``!=``) instead.
(Contributed by Serhiy Storchaka in :issue:`34850`.)

* The CPython interpreter can swallow exceptions in some circumstances.
In Python 3.8 this happens in less cases. In particular, exceptions
raised when getting the attribute from the type dictionary are no longer
ignored. (Contributed by Serhiy Storchaka in :issue:`35459`.)


Changes in the Python API
-------------------------
Expand Down

0 comments on commit 7a0630c

Please sign in to comment.