-
-
Notifications
You must be signed in to change notification settings - Fork 379
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
Fix interrupt reply #1101
Fix interrupt reply #1101
Conversation
886418c
to
b9225a3
Compare
@blink1073 how do i add the label? i dont see an option |
63596c3
to
407983d
Compare
@ccordoba12 this fix breaks one of the |
@impact27, could you take a look at this one, please? |
In spyder kernel we want to be able to raise an interrupt from a thread on the main thread. This is done by I guess we just need to rename it |
We could make this backward compatible by having |
Well, the call to |
@blink1073, our test suite should pass now thanks to PR spyder-ide/spyder-kernels#446. I went for a simpler solution: detect if the kernel has |
Confirmed, thanks all! I'll make a release early next week. |
issue: #1100 (comment)
Changes in PR
send_interupt_children
=>send_interrupt_children
renaming