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

interrupt_request should be handled in the kernel #262

Open
JohanMabille opened this issue Nov 20, 2020 · 1 comment
Open

interrupt_request should be handled in the kernel #262

JohanMabille opened this issue Nov 20, 2020 · 1 comment

Comments

@JohanMabille
Copy link
Member

The current implementation of the interrupt_request is a no op in xeus. However, this behavior depends on the kernelspec and therefore it should be handled by the kernel implementation.

This requires extending the API of the xinterpreterclass with pure virtual methods and it backward incompatible.

@JohanMabille JohanMabille changed the title interrupt_request should be handled by the kernel interrupt_request should be handled in the kernel Nov 20, 2020
@SylvainCorlay
Copy link
Member

This is related to #272.

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

No branches or pull requests

2 participants