[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-39381: Fix asyncio.get_event_loop() documentation by asvetlov · Pull Request #18051 · python/cpython

asvetlov

Mention that the function implicitly creates new event loop only if called from the main thread.

1st1 approved these changes Jan 20, 2020

asvetlov deleted the fix-get_event_loop-docs branch

January 20, 2020 22:46

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 20, 2020

Mention that the function implicitly creates new event loop only if called from the main thread.
(cherry picked from commit 2c49bec)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 20, 2020

Mention that the function implicitly creates new event loop only if called from the main thread.
(cherry picked from commit 2c49bec)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>

miss-islington added a commit that referenced this pull request

Jan 20, 2020
Mention that the function implicitly creates new event loop only if called from the main thread.
(cherry picked from commit 2c49bec)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>

miss-islington added a commit that referenced this pull request

Jan 20, 2020
Mention that the function implicitly creates new event loop only if called from the main thread.
(cherry picked from commit 2c49bec)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
Mention that the function implicitly creates new event loop only if called from the main thread.