Staging
v0.8.1
https://github.com/python/cpython
Revision 6aeed01901d020363e383821b38614816d0b4032 authored by Miss Islington (bot) on 20 January 2020, 22:52:35 UTC, committed by GitHub on 20 January 2020, 22:52:35 UTC

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

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
1 parent 4cdb758
Raw File
Tip revision: 6aeed01901d020363e383821b38614816d0b4032 authored by Miss Islington (bot) on 20 January 2020, 22:52:35 UTC
Fix asyncio.get_event_loop() documentation (GH-18051)
Tip revision: 6aeed01
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top