Skip to content

add _asyncio #12766

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 4 commits into from
Oct 10, 2024
Merged

add _asyncio #12766

merged 4 commits into from
Oct 10, 2024

Conversation

tungol
Copy link
Contributor

@tungol tungol commented Oct 10, 2024

improves naming and inheritance for asyncio.Future and asyncio.Task

related to #3968

No modifications to anything in this MR other than moving between files.

tungol added 2 commits October 9, 2024 17:44
improves naming and inheritance for asyncio.Future and asyncio.Task

related to python#3968
@tungol tungol marked this pull request as draft October 10, 2024 00:52

This comment has been minimized.

@tungol tungol marked this pull request as ready for review October 10, 2024 01:27
@@ -4,6 +4,7 @@

# Please keep sorted alphabetically

_asyncio.Future.__init__ # Usually initialized from c object
Copy link
Contributor Author

Choose a reason for hiding this comment

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

duplicate of existing allowlist entry for asyncio.Future.__init__ and asyncio.futures.Future.__init__

Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@JelleZijlstra JelleZijlstra merged commit f83b6fa into python:main Oct 10, 2024
63 checks passed
@tungol tungol deleted the asyncio branch October 10, 2024 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants