| commit | e42fb307edbdc8bb98fa5d43646cbbe33f307501 | [log] [tgz] |
|---|---|---|
| author | Benjamin Peterson <benjamin@python.org> | Wed Apr 18 11:14:31 2012 -0400 |
| committer | Benjamin Peterson <benjamin@python.org> | Wed Apr 18 11:14:31 2012 -0400 |
| tree | 1d23b730927815b1ccb16b0b2e59b20858397a18 | |
| parent | 32c59b6fc1140486a9915876054365b40bd88da9 [diff] [blame] |
SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612)
diff --git a/Misc/NEWS b/Misc/NEWS index 2c13563..43f08c9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #14612: Fix jumping around with blocks by setting f_lineno. + - Issue #14607: Fix defaults keyword-only arguments which started with ``__``. - Issue #13889: Check and (if necessary) set FPU control word before calling