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

@forever integers example #8

Open
snim2 opened this issue Oct 3, 2012 · 0 comments
Open

@forever integers example #8

snim2 opened this issue Oct 3, 2012 · 0 comments

Comments

@snim2
Copy link
Member

snim2 commented Oct 3, 2012

From old Google Code repo:

Reported by project member j.g.metcalfe, Jul 23, 2010

Tutorial Page 1 first server processes example, integers() function

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)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant