SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612)
diff --git a/Misc/NEWS b/Misc/NEWS
index 71218d7..6b278bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,8 @@
 Core and Builtins
 -----------------
 
+- Issue #14612: Fix jumping around with blocks by setting f_lineno.
+
 - Issue #13889: Check and (if necessary) set FPU control word before calling
   any of the dtoa.c string <-> float conversion functions, on MSVC builds of
   Python.  This fixes issues when embedding Python in a Delphi app.