This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nnorwitz
Recipients
Date 2006-08-18.07:27:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Based on mail from python-dev.

http://mail.python.org/pipermail/python-dev/2006-August/068306.html

def test():
   for abc in range(10):
       try: pass
       finally:
           try:
               continue
           except:
               pass

crashes.
History
Date User Action Args
2007-08-23 15:54:14adminlinkissue1542451 messages
2007-08-23 15:54:14admincreate