cpython/Misc/NEWS.d/next/Core and Builtins
Pablo Galindo 04ec7a1f7a
bpo-39114: Fix tracing of except handlers with name binding (GH-17769)
When producing the bytecode of exception handlers with name binding (like `except Exception as e`) we need to produce a try-finally block to make sure that the name is deleted after the handler is executed to prevent cycles in the stack frame objects. The bytecode associated with this try-finally block does not have source lines associated and it was causing problems when the tracing functionality was running over it.
2020-01-02 11:38:44 +00:00
..
2019-10-31-14-30-39.bpo-38610.fHdVMS.rst bpo-38610: Fix possible crashes in several list methods (GH-17022) 2019-12-30 19:32:58 +00:00
2019-12-17-22-32-11.bpo-13601.vNP4LC.rst bpo-13601: always use line-buffering for sys.stderr (GH-17646) 2020-01-01 23:21:43 +01:00
2019-12-29-19-13-54.bpo-38588.pgXnNS.rst bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCompareBool (GH-17734) 2019-12-31 01:04:22 +00:00
2019-12-31-18-25-45.bpo-39114.WG9alt.rst bpo-39114: Fix tracing of except handlers with name binding (GH-17769) 2020-01-02 11:38:44 +00:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

Put news entry `blurb`_ files for the *Core and Builtins* section in this directory.

.. _blurb: https://pypi.org/project/blurb/