[Patches] [Patch #102989] Allow 'continue' inside 'try' clause

noreply@sourceforge.net noreply@sourceforge.net
Thu, 21 Dec 2000 14:02:00 -0800


Patch #102989 has been updated. 

Project: python
Category: core (C code)
Status: Open
Submitted by: twouters
Assigned to : nobody
Summary: Allow 'continue' inside 'try' clause

Follow-Ups:

Date: 2000-Dec-21 14:01
By: twouters

Comment:
Slightly better version, that actually compiles ;P Not done yet, though, the error for 'continue' inside 'finally' is still off.

-------------------------------------------------------

Date: 2000-Dec-21 13:23
By: twouters

Comment:
This patch allows the use of 'continue' inside the 'try' part of try/except and try/finally. Allowing it inside the 'finally' clause requires more tricky juggling, however. (Suggestions welcome, of course :)

The patch adds a new opcode, but does not update the bytecode magic.


-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=102989&group_id=5470