eryksun added the comment:

Are you using pyreadline? It's commonly used with IPython. Pyreadline hooks 
PyOS_ReadlineFunctionPointer to provide readline functionality in the REPL. 
Since it accesses the console input via ReadConsoleInputW events instead of 
using ReadConsoleW, it wouldn't surprise me if it's mishandling the keyboard 
state.

----------
nosy: +eryksun

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24035>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to