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 Perry Randall
Recipients Perry Randall
Date 2015-06-13.02:57:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434164276.99.0.684259947249.issue24442@psf.upfronthosting.co.za>
In-reply-to
Content
Noticed this while writing a non-trivial completion function for readline.set_completer. When an exception is thrown in the completion function readline doesnt do anything, squashes the error, this should not be the case.
History
Date User Action Args
2015-06-13 02:57:57Perry Randallsetrecipients: + Perry Randall
2015-06-13 02:57:56Perry Randallsetmessageid: <1434164276.99.0.684259947249.issue24442@psf.upfronthosting.co.za>
2015-06-13 02:57:56Perry Randalllinkissue24442 messages
2015-06-13 02:57:56Perry Randallcreate