-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Async exec in Python 3.8 #11713
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
Async exec in Python 3.8 #11713
Conversation
|
|
Can you pull and retry ? |
|
that seems to work! |
|
Just pushed a couple more fixes. At least for CIs. |
|
shall it work on Jupyter Notebook ? How do you handle Tornado issue with proactor loop on Windows ? |
|
Not sure what this does really, but check out / consider using the new |
It should; the core logic does not change much and should only be simplified on 3.8
Not sure; this does not involve tornado and that start to reach outside my area of expertise.
Yes I've seen that and |
|
Ok, lets get that in master for release at end-of-month. |
Description will come later – this require a custom Python which have extra flags for compile.
See https://bugs.python.org/issue34616