This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add documentation for asyncio._set_running_loop()
Type: enhancement Stage:
Components: Documentation Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: asvetlov, docs@python, eugenhu, yselivanov
Priority: normal Keywords:

Created on 2020-06-12 15:42 by eugenhu, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg371387 - (view) Author: Eugene Huang (eugenhu) Date: 2020-06-12 15:42
In the pull request

    https://github.com/python/asyncio/pull/452#issue-92245081

the linked comment says that `asyncio._set_running_loop()` is part of the public asyncio API and will be documented, but I couldn't find any references to this function in

    https://docs.python.org/3/library/asyncio-eventloop.html

or anywhere else (tried quick searching for it) in the docs.
History
Date User Action Args
2022-04-11 14:59:32adminsetgithub: 85134
2022-01-16 08:05:35kumaradityasetnosy: + asvetlov, yselivanov
2022-01-15 19:33:57iritkatrielsettype: enhancement
versions: + Python 3.11, - Python 3.7, Python 3.8, Python 3.9, Python 3.10
2020-06-12 15:42:17eugenhucreate