-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
platform: windowswindows platform-specific problemwindows platform-specific problemplugin: debuggingrelated to the debugging builtin pluginrelated to the debugging builtin plugintype: bugproblem that needs to be addressedproblem that needs to be addressed
Description
While running py.test with --pdb and pyreadline installed once the pdb pops up no input can be entered. The prompt is non-responsive.
This seems related to the fix related to pyreadline that was added. Commenting out the import readline makes this work again.
Maybe the fix that was added is also dependent on the Python version used, the behaviour of readline initialization in Python might be different. Or maybe this fix fixed a different bug with pyreadline integration.
Python 2.7.8, pyreadline 2.1, py.test 2.8.7
mikofski
Metadata
Metadata
Assignees
Labels
platform: windowswindows platform-specific problemwindows platform-specific problemplugin: debuggingrelated to the debugging builtin pluginrelated to the debugging builtin plugintype: bugproblem that needs to be addressedproblem that needs to be addressed