--- a/Misc/NEWS Sun Mar 11 19:33:29 2012 +0100 +++ b/Misc/NEWS Sun Mar 11 19:26:14 2012 -0700 @@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #8070: Make PyRun_InteractiveLoopFlags() return an error if + PyRun_InteractiveRunFlags(), rather than entering an infinite loop. + - Issue #1469629: Allow cycles through an object's __dict__ slot to be collected. (For example if ``x.__dict__ is x``).