-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-95601: restore support for awaitable objects that are not futures in asyncio.wait
#95708
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
Closed
graingert
wants to merge
25
commits into
python:main
from
graingert:forbid-non-futures-in-asyncio-wait
Closed
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
88580c9
gh-95601: forbid non-futures in asyncio.wait
graingert 1363c9b
📜🤖 Added by blurb_it.
blurb-it[bot] 543c4f2
Merge branch 'main' into forbid-non-futures-in-asyncio-wait
graingert 6661052
clarify awaitable-not-future
graingert 5b740df
update asyncio.wait deprecation notice
graingert 5b974c5
Update Doc/library/asyncio-task.rst
graingert c4a7237
Merge branch 'main' into forbid-non-futures-in-asyncio-wait
graingert d4dac27
Merge branch 'main' into forbid-non-futures-in-asyncio-wait
graingert cb00279
Apply suggestions from code review
graingert 38fb812
Update Misc/NEWS.d/next/Library/2022-08-05-11-16-33.gh-issue-95601.hJ…
graingert 5383116
Update Lib/test/test_asyncio/test_tasks.py
graingert b6ea455
upgrade WaitTests to an IsolatedAsyncioTestCase
graingert 980a3b9
Update Lib/test/test_asyncio/test_tasks.py
graingert d8354db
Update Lib/test/test_asyncio/test_tasks.py
graingert 5f1d061
Update Lib/test/test_asyncio/test_tasks.py
graingert 9181e25
Merge branch 'main' into forbid-non-futures-in-asyncio-wait
graingert f973c52
test that asyncio.wait gives the right type error for non-awaitable n…
graingert 0430145
Merge branch 'main' into forbid-non-futures-in-asyncio-wait
graingert 9189603
Merge branch 'main' into forbid-non-futures-in-asyncio-wait
graingert Sep 12, 2022
9c325b4
don't deprecate Awaitables in wait yet
graingert da9f2a2
Merge branch 'main' into forbid-non-futures-in-asyncio-wait
graingert 7e35d9c
remove deprecation docs
graingert a5c5f4a
remove deprecation assertions from tests for asyncio.wait
graingert 17cbfc9
Update Misc/NEWS.d/next/Library/2022-08-05-11-16-33.gh-issue-95601.hJ…
graingert 69b2a0d
Merge branch 'main' into forbid-non-futures-in-asyncio-wait
graingert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Apply suggestions from code review
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
- Loading branch information
commit cb0027930935018ba38f38ef5d5a5e8477360c6f
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.