Message1333

Author leouserz
Recipients
Date 2006-12-20.17:59:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
this bug is worse than that, it appears raise in jython accepts many things

raise {}
class z:
   pass

x = z()
raise z

these work fine, but bombs in python.

leouser
History
Date User Action Args
2008-02-20 17:17:37adminlinkissue1605009 messages
2008-02-20 17:17:37admincreate