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

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

Closed
gdementen opened this issue Apr 24, 2020 · 0 comments
Closed

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

gdementen opened this issue Apr 24, 2020 · 0 comments
Assignees
Milestone

Comments

@gdementen
Copy link
Collaborator

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

@gdementen gdementen added this to the 0.33 milestone Apr 24, 2020
@gdementen gdementen self-assigned this Apr 24, 2020
gdementen added a commit to gdementen/larray-editor that referenced this issue Apr 24, 2020
…default event loop for Windows and Tornado
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

1 participant