[New-bugs-announce] [issue24442] Readline Bindings Don't Report Any Error On Completer Function Exception

Perry Randall report at bugs.python.org
Sat Jun 13 04:57:56 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24442>
_______________________________________


More information about the New-bugs-announce mailing list