Patch #1542451: fix crash with continue in nested try/finally
  (backport from rev. 51439)
diff --git a/Misc/NEWS b/Misc/NEWS
index 7a8e4de..9bccc28 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Patch #1542451: disallow continue anywhere under a finally.
+
 - list.pop(x) accepts any object x following the __index__ protocol.
 
 - Fix some leftovers from the conversion from int to Py_ssize_t