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.

作者 nnorwitz
收信人
日期 2006-08-18.07:27:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2007-08-23 15:54:14admin链接issue1542451 messages
2007-08-23 15:54:14admin创建