cpython/Misc/NEWS.d/next
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
..
Build bpo-39144 Align ctags and etags behaviours in the makefile and include Python stdlib files (GH-17721) 2019-12-28 02:32:48 +00:00
C API Python 3.9.0a2 2019-12-18 22:09:19 +01:00
Core and Builtins bpo-39114: Fix tracing of except handlers with name binding (GH-17769) 2020-01-02 11:38:44 +00:00
Documentation bpo-38918: Add __module__ entry for function & method type in inspect docs table (GH-17408) 2019-12-20 11:18:33 -08:00
IDLE bpo-34118: memoryview, range, and tuple are classes (GH-17761) 2019-12-30 17:16:43 -05:00
Library bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773) 2020-01-01 19:32:11 +00:00
Security Python 3.9.0a2 2019-12-18 22:09:19 +01:00
Tests Python 3.9.0a2 2019-12-18 22:09:19 +01:00
Tools-Demos Python 3.9.0a1 2019-11-19 12:17:21 +01:00
Windows Python 3.9.0a2 2019-12-18 22:09:19 +01:00
macOS Python 3.9.0a2 2019-12-18 22:09:19 +01:00