gh-72353: WindowsConsoleIO misbehavior when Ctrl+C is ignored by ZackerySpytz · Pull Request #17976 · python/cpython (original) (raw)
Considering every other possible result is a hard error (which we're currently ignoring... whoops), I don't think this is the right condition.
Probably in the WAIT_TIMEOUT
case we want to just continue
and not call PyErr_CheckSignals
? We certainly shouldn't reset the event, because we haven't been given it