We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b555892 commit c217f9dCopy full SHA for c217f9d
ipykernel/kernelapp.py
@@ -715,9 +715,10 @@ async def main(self, backend: str):
715
policy = asyncio.get_event_loop_policy()
716
if policy.__class__.__name__ == "WindowsProactorEventLoopPolicy":
717
from anyio._core._asyncio_selector_thread import get_selector
718
+
719
selector = get_selector()
720
selector._thread.pydev_do_not_trace = True
- #selector._thread.is_pydev_daemon_thread = True
721
+ # selector._thread.is_pydev_daemon_thread = True
722
723
async with create_task_group() as tg:
724
tg.start_soon(self._wait_to_enter_eventloop)
0 commit comments