Commit 7a0630c5 authored by Serhiy Storchaka's avatar Serhiy Storchaka Committed by GitHub

Add a What's New entry for bpo-35459. (GH-12706)

parent f4efa312
......@@ -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
-------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment