Skip to content
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

bpo-45099: Document asyncio internal API #32166

Merged
merged 10 commits into from Mar 31, 2022
Merged

bpo-45099: Document asyncio internal API #32166

merged 10 commits into from Mar 31, 2022

Conversation

asvetlov
Copy link
Contributor

@asvetlov asvetlov commented Mar 28, 2022

@asvetlov asvetlov requested a review from 1st1 as a code owner Mar 28, 2022
@bedevere-bot bedevere-bot added the docs Documentation in the Doc dir label Mar 28, 2022
@asvetlov asvetlov merged commit ab89ccf into main Mar 31, 2022
12 checks passed
@asvetlov asvetlov deleted the asyncio-lowlevel-docs branch Mar 31, 2022
A third party task implementation should call the following functions to keep a task
visible by :func:`asyncio.get_tasks` and :func:`asyncio.current_task`:

.. function:: _register_task(task)
Copy link
Member

@1st1 1st1 Apr 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure these should be documented like this. If we want to document them, we should consider removing the underscore.

@1st1
Copy link
Member

1st1 commented Apr 1, 2022

@asvetlov This at the very least requires an editing pass. And we have reviews by other core devs for a reason, please don't commit things without reviews.

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.

None yet

4 participants