Message8936

Author jeff.allen
Recipients jeff.allen
Date 2014-08-24.08:55:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408870545.57.0.614571484377.issue2194@psf.upfronthosting.co.za>
In-reply-to
Content
When the startup hook is reset to None in a JLineConsole, it continues to be called, which results in  'TypeError: 'NoneType' object is not callable'. A solution is offered here that seems to be correct:
https://github.com/jythontools/jython/pull/10
We should:
1. Add a test (if there isn't a failing one already).
2. See if any other console (PlainConsole, ReadlineConsole) has a parallel problem.
3. Credit the originator.
History
Date User Action Args
2014-08-24 08:55:45jeff.allensetrecipients: + jeff.allen
2014-08-24 08:55:45jeff.allensetmessageid: <1408870545.57.0.614571484377.issue2194@psf.upfronthosting.co.za>
2014-08-24 08:55:45jeff.allenlinkissue2194 messages
2014-08-24 08:55:44jeff.allencreate