Bug #1674503: close the file opened by execfile() in an error condition.
diff --git a/Misc/NEWS b/Misc/NEWS
index 894f1cb..ed8cec4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Bug #1674503: close the file opened by execfile() in an error condition.
+
 - Patch #1674228: when assigning a slice (old-style), check for the
   sq_ass_slice instead of the sq_slice slot.