New submission from Perry Randall: 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.
---------- components: Interpreter Core files: readline_exception.patch keywords: patch messages: 245285 nosy: Perry Randall priority: normal severity: normal status: open title: Readline Bindings Don't Report Any Error On Completer Function Exception type: behavior versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file39698/readline_exception.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24442> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com