-
Notifications
You must be signed in to change notification settings - Fork 145
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
Cancel does NOT work when Perol() called multiple times #122
Comments
EDIT ignore this comment :-) This may be a bug in my modified library sample, i.e. user error 🥹 . Using original StringIO code seems to work fine:
|
I spoke to soon, my modified stdio code had multiple loop() calls, so similar issue:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After reviewing main() and updating the sample code (from the readme), I now have:
This works fine if you select something.
But cancelling using default CTRL-C requires 2 presses of ctrl-c.
Which then results in only displaying once and then each call immediately returns with nothing resulting in nothing 😿
I tried with both:
and returns none immediately.
Potentially related:
The text was updated successfully, but these errors were encountered: