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 eryksun
Recipients eryksun, paul.moore, principia1687, steve.dower, tim.golden, zach.ware
Date 2015-04-24.00:11:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429834276.15.0.890416228465.issue24035@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-04-24 00:11:16eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, principia1687
2015-04-24 00:11:16eryksunsetmessageid: <1429834276.15.0.890416228465.issue24035@psf.upfronthosting.co.za>
2015-04-24 00:11:16eryksunlinkissue24035 messages
2015-04-24 00:11:16eryksuncreate