Skip to content

bpo-39381: Fix asyncio.get_event_loop() documentation #18051

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

Merged
merged 1 commit into from
Jan 20, 2020

Conversation

asvetlov
Copy link
Contributor

@asvetlov asvetlov commented Jan 18, 2020

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

https://bugs.python.org/issue39381

Mention that the function implicitly creates new event loop only if called from the main thread.
@asvetlov asvetlov merged commit 2c49bec into python:master Jan 20, 2020
@asvetlov asvetlov deleted the fix-get_event_loop-docs branch January 20, 2020 22:46
@miss-islington
Copy link
Contributor

Thanks @asvetlov for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

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 <[email protected]>
@bedevere-bot
Copy link

GH-18084 is a backport of this pull request to the 3.8 branch.

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 <[email protected]>
@bedevere-bot
Copy link

GH-18085 is a backport of this pull request to the 3.7 branch.

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 <[email protected]>
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 <[email protected]>
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants