[issue38563] Asyncio regression on Windows with Python 3.8

2019-10-23 Thread Andrew Svetlov
Andrew Svetlov added the comment: Pull Request is welcome! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38563] Asyncio regression on Windows with Python 3.8

2019-10-23 Thread Andrew Svetlov
Change by Andrew Svetlov : -- versions: +Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue38563] Asyncio regression on Windows with Python 3.8

2019-10-23 Thread Mariusz Felisiak
Change by Mariusz Felisiak : -- nosy: +Mariusz Felisiak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue38563] Asyncio regression on Windows with Python 3.8

2019-10-23 Thread Carlton Gibson
Carlton Gibson added the comment: Reproduce steps, on Windows with Python 3.8.0, and a clean venv. git clone https://github.com/django/asgiref.git cd asgiref pip install -e .[tests] py.test . -- nosy: -Mariusz Felisiak ___ Python tracker

[issue38563] Asyncio regression on Windows with Python 3.8

2019-10-23 Thread Mariusz Felisiak
Change by Mariusz Felisiak : -- nosy: +Mariusz Felisiak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue38563] Asyncio regression on Windows with Python 3.8

2019-10-23 Thread Carlton Gibson
New submission from Carlton Gibson : 6ea29c5e90dde6c240bd8e0815614b52ac307ea1 for https://bugs.python.org/issue34687 "Make asynico use ProactorEventLoop by default" This introducesd a regression in asgiref, and hence Django 3.0.x. https://github.com/django/asgiref/issues/132 https://code.d