You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigation confirmed Rust std, ctrlc crate, and portable-pty have
zero calls to SetConsoleCtrlHandler(NULL, TRUE). The inheritable ignore
flag is set by the Windows ConPTY subsystem for spawned processes.
The SetConsoleCtrlHandler(None, 0) workaround is still needed — without
it the test times out on Windows — but the comment was wrong about the
source.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments