[Patches] [Patch #103048] Generate simple JUMP_FORWARD for 'break' outside 'try'
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 01 Feb 2001 14:41:37 -0800
Patch #103048 has been updated.
Project: python
Category: core (C code)
Status: Postponed
Submitted by: twouters
Assigned to : jhylton
Summary: Generate simple JUMP_FORWARD for 'break' outside 'try'
Follow-Ups:
Date: 2001-Feb-01 14:41
By: jhylton
Comment:
At Thomas's suggestion
-------------------------------------------------------
Date: 2001-Jan-18 08:37
By: twouters
Comment:
I'm going to suggest postponing this patch until 2.2, unless someone comes
up and disagrees :) This is not a terribly useful feature, it's not visible
from the 'outside' to start with, and the benifits are unclear. I'm also
not sure if it works properly yet. I mostly submitted this patch to get rid
of the 'TODO' entry at the top of compile.c.
-------------------------------------------------------
Date: 2000-Dec-29 15:28
By: twouters
Comment:
Assigned to Jeremy because he's also got the 'continue inside try' patch,
and it's vaguely similar.
-------------------------------------------------------
-------------------------------------------------------
For more info, visit:
http://sourceforge.net/patch/?func=detailpatch&patch_id=103048&group_id=5470