Message10876

Author amak
Recipients amak, ram4444
Date 2016-07-15.16:44:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468601096.98.0.642643621777.issue2509@psf.upfronthosting.co.za>
In-reply-to
Content
This looks like an issue with the traceback module (The error is reported when modjy tries to import the traceback module, on line 23 of modjy_exceptions.py).

The following line of traceback.py, which contains a generator comprehension, is choking the parser somehow.

Traceback.py, line 194
caretspace = ((c.isspace() and c or ' ') for c in caretspace)

The indicated position of the error is character 598, just before the 'for'.
History
Date User Action Args
2016-07-15 16:44:56amaksetmessageid: <1468601096.98.0.642643621777.issue2509@psf.upfronthosting.co.za>
2016-07-15 16:44:56amaksetrecipients: + amak, ram4444
2016-07-15 16:44:56amaklinkissue2509 messages
2016-07-15 16:44:55amakcreate