Skip to content

Change return type of as_completed in Python 3.13 #12912

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
Oct 27, 2024

Conversation

onlined
Copy link
Contributor

@onlined onlined commented Oct 27, 2024

In Python 3.13, as_completed returns an object which is both an Iterator and an AsyncIterator.

In Python 3.13, as_completed returns an object which is both an Iterator
and an AsyncIterator.
Copy link
Contributor

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

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

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

Thanks!

@AlexWaygood AlexWaygood merged commit 61ba4de into python:main Oct 27, 2024
63 checks passed
@onlined onlined deleted the as_completed-python-3.13 branch October 27, 2024 23:08
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