Message8860

Author zyasoft
Recipients amak, fwierzbicki, pedronis, zyasoft
Date 2014-07-01.17:53:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404237219.28.0.826741918972.issue737978@psf.upfronthosting.co.za>
In-reply-to
Content
Let's revisit.

There's current special casing for IOError and MemoryError in PyException#match. However, issubclass/isinstance does not work. Given that we have __subclasshook__ available in 2.7, it's now possible to adapt such errors in PyJavaType.
History
Date User Action Args
2014-07-01 17:53:39zyasoftsetmessageid: <1404237219.28.0.826741918972.issue737978@psf.upfronthosting.co.za>
2014-07-01 17:53:39zyasoftsetrecipients: + zyasoft, pedronis, fwierzbicki, amak
2014-07-01 17:53:39zyasoftlinkissue737978 messages
2014-07-01 17:53:39zyasoftcreate