commit | 74284b9606b4c2743ef82119b41eb3a74dd5b2d2 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Oct 08 07:06:29 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Oct 08 07:06:29 2006 +0000 |
tree | d7ff03b06ee15ed9d1cc3ba3790720f72ab23acd | |
parent | 2c8851e614cefa4b4056338423dc71501dc8773c [diff] [blame] |
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