We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From old Google Code repo:
Reported by project member j.g.metcalfe, Jul 23, 2010
Tutorial Page 1 first server processes example, integers() function
integers()
What is the expected output? What do you see instead?
I expected ctrl-c to interrupt the example an return control Unable to interrupt, numbers keep coming
What version of the product are you using? On what operating system?
OS: Ubuntu 10.04, 64 bit on Dell Inspiron
Better for users if example was e.g.
while n < 1000000:
rather than
while True:
Comment 2 by project member urban.skudnik, Jul 23, 2010
Resolved by limiting loop to 100000 iterations. Status: Fixed
Comment 3 by project member j.g.metcalfe, Jul 24, 2010
Has this fixed the inability to interrupt from the keyboard (yield)?
yield
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From old Google Code repo:
Reported by project member j.g.metcalfe, Jul 23, 2010
Tutorial Page 1 first server processes example,
integers()
functionWhat is the expected output? What do you see instead?
I expected ctrl-c to interrupt the example an return control Unable to interrupt, numbers keep coming
What version of the product are you using? On what operating system?
OS: Ubuntu 10.04, 64 bit on Dell Inspiron
Better for users if example was e.g.
rather than
Comment 2 by project member urban.skudnik, Jul 23, 2010
Resolved by limiting loop to 100000 iterations.
Status: Fixed
Comment 3 by project member j.g.metcalfe, Jul 24, 2010
Has this fixed the inability to interrupt from the keyboard (
yield
)?The text was updated successfully, but these errors were encountered: