You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
JohanMabille
changed the title
interrupt_request should be handled by the kernel
interrupt_request should be handled in the kernel
Nov 20, 2020
The current implementation of the
interrupt_request
is a no op inxeus
. However, this behavior depends on the kernelspec and therefore it should be handled by the kernel implementation.This requires extending the API of the
xinterpreter
class with pure virtual methods and it backward incompatible.The text was updated successfully, but these errors were encountered: