Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable ^C^C confirmation on Windows #2031

Merged
merged 1 commit into from Jun 25, 2012
Merged

disable ^C^C confirmation on Windows #2031

merged 1 commit into from Jun 25, 2012

Conversation

minrk
Copy link
Member

@minrk minrk commented Jun 24, 2012

since it uses select.select on stdin, which is illegal on Windows.

@fperez
Copy link
Member

fperez commented Jun 25, 2012

What is the outcome on Windows then: single ^C stops the server, or is the first ^C completely ignored and the process needs a different kill mechanism?

@minrk
Copy link
Member Author

minrk commented Jun 25, 2012

single ^C does a regular clean exit.

@fperez
Copy link
Member

fperez commented Jun 25, 2012

Ok, then that sounds good, thanks for catching this one! Merging now.

fperez added a commit that referenced this pull request Jun 25, 2012
disable ^C^C confirmation on Windows since it uses select.select on stdin, which is illegal on Windows.
@fperez fperez merged commit 3083950 into ipython:master Jun 25, 2012
@minrk minrk deleted the confirm branch March 31, 2014 23:36
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
disable ^C^C confirmation on Windows since it uses select.select on stdin, which is illegal on Windows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants