From 39a14e614f8fc437487f8622d4644f9722348c2b Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Sun, 22 Oct 2017 05:17:14 +0300 Subject: [PATCH] Releases: debugger step nested tailcall --- RELEASES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASES.rst b/RELEASES.rst index 8d369841..e3946e5d 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -3201,6 +3201,9 @@ Planned * Add C++ name mangling wrappers (extern "C") for extras (GH-1780, GH-1782) +* Fix debugger StepOver behavior when a tailcall happens in a nested + function (not the function where stepping started from) (GH-1786, GH-1787) + * Fix trailing single line comment handling for Function constructor; new Function('return "foo" //') previously failed with SyntaxError (GH-1757)