This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients Perry Randall, steven.daprano
Date 2015-06-13.03:32:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434166329.69.0.662057506231.issue24442@psf.upfronthosting.co.za>
In-reply-to
Content
I disagree that it "should not be the case", I think Python's current behaviour is correct. Although it makes debugging completer functions harder, it would not be good for a bug in the completer to raise an exception and break line editing. This is one case where errors should be silenced.

Instead, my completion functions log errors to a file, and I watch the log file in another terminal window.
History
Date User Action Args
2015-06-13 03:32:09steven.dapranosetrecipients: + steven.daprano, Perry Randall
2015-06-13 03:32:09steven.dapranosetmessageid: <1434166329.69.0.662057506231.issue24442@psf.upfronthosting.co.za>
2015-06-13 03:32:09steven.dapranolinkissue24442 messages
2015-06-13 03:32:09steven.dapranocreate