Message302705
| Author | steve.dower |
|---|---|
| Recipients | paul.moore, steve.dower, tim.golden, yhlam, zach.ware |
| Date | 2017-09-21.16:25:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1506011135.35.0.00766872877163.issue31546@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
You're right, we're missing this section of code:
if (PyOS_InputHook != NULL)
(void)(PyOS_InputHook)();
Since we just call it and ignore anything it does, it should be safe enough to add it immediately before the ReadConsoleW call (inside the loop). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-21 16:25:35 | steve.dower | set | recipients: + steve.dower, paul.moore, tim.golden, zach.ware, yhlam |
| 2017-09-21 16:25:35 | steve.dower | set | messageid: <1506011135.35.0.00766872877163.issue31546@psf.upfronthosting.co.za> |
| 2017-09-21 16:25:35 | steve.dower | link | issue31546 messages |
| 2017-09-21 16:25:35 | steve.dower | create | |