ipykernel icon indicating copy to clipboard operation
ipykernel copied to clipboard

`_eventloop_set` event called from non-async context

Open davidbrochart opened this issue 1 year ago • 0 comments

The _eventloop_set AnyIO event cannot be set here, because it may be called from a non-async context. This event was introduced in https://github.com/ipython/ipykernel/pull/1265 and the issue was revealed in https://github.com/ipython/ipykernel/pull/1291 when running on a trio backend.

davidbrochart avatar Nov 07 '24 16:11 davidbrochart