Message11693

Author jeff.allen
Recipients jamesmudd, jeff.allen
Date 2018-01-02.19:26:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514921203.46.0.467229070634.issue2650@psf.upfronthosting.co.za>
In-reply-to
Content
I think this approach to exceptions, deferring the creation of a message, is deliberate, to make PyException lightweight.

The use case is good, however. The exception ought not to escape without a message. More thiughts on the GitHub companion PR at https://github.com/jythontools/jython/pull/97 .
History
Date User Action Args
2018-01-02 19:26:43jeff.allensetmessageid: <1514921203.46.0.467229070634.issue2650@psf.upfronthosting.co.za>
2018-01-02 19:26:43jeff.allensetrecipients: + jeff.allen, jamesmudd
2018-01-02 19:26:43jeff.allenlinkissue2650 messages
2018-01-02 19:26:42jeff.allencreate