Skip to content

editor does not start on Python3.8+windows #208

@gdementen

Description

@gdementen

On Windows, Python3.8 switched from a Selector to a Proactor based event loop for asyncio but the two do not offer the same features, which breaks Tornado and all projects depending on it, including Jupyter consoles.

References:
ipython/ipykernel#480
ipython/ipykernel#456
tornadoweb/tornado#2608
https://bugs.python.org/issue37373

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions