-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times #30274
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
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
15a9cfe
bpo-45924: Fix asyncio incorrect traceback when future's exception is…
kumaraditya303 4e5accf
Update Lib/test/test_asyncio/test_futures2.py
asvetlov 42600eb
Update test_futures2.py
asvetlov d792cc4
Fix test
asvetlov 858fcaf
Fix altered execution error
asvetlov c192f03
Fix line numbers
asvetlov 72e23ef
Make test more robust
asvetlov 94d0ef9
Merge branch 'main' into issue45924
asvetlov 10b1125
Fix docs
asvetlov 02955ae
Cleanup
asvetlov 842c78f
Merge branch 'main' into issue45924
asvetlov f501ce1
Merge branch 'main' of https://github.com/python/cpython into issue45924
kumaraditya303 3a81ce8
fix it with IsolatedAsyncioTestCase
kumaraditya303 7b55533
Merge branch 'main' of https://github.com/python/cpython into issue45924
kumaraditya303 63b6fc1
revert
kumaraditya303 d04e79c
Merge branch 'main' of https://github.com/python/cpython into issue45924
kumaraditya303 e437cd8
Update Modules/_asynciomodule.c
kumaraditya303 3312f53
Merge branch 'main' into issue45924
kumaraditya303 3a671d2
Merge branch 'main' into issue45924
kumaraditya303 9c9f0e6
Merge branch 'main' into issue45924
kumaraditya303 9c8577c
Merge branch 'main' of https://github.com/python/cpython into issue45924
kumaraditya303 79c8929
Merge branch 'main' into issue45924
kumaraditya303 827d57b
Merge branch 'main' into issue45924
kumaraditya303 07f5000
finally working!
kumaraditya303 a433abc
rename var
kumaraditya303 004f64e
Merge branch 'main' into issue45924
kumaraditya303 9d6bae0
test both implementations
kumaraditya303 998f33f
separate tests
kumaraditya303 bf757ce
Update Lib/test/test_asyncio/test_futures2.py
kumaraditya303 0eb9594
Update Lib/test/test_asyncio/test_futures2.py
kumaraditya303 c9a6fe7
fix indent
kumaraditya303 88b819b
Merge branch 'main' into issue45924
iritkatriel 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
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
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
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Library/2021-12-27-15-32-15.bpo-45924.0ZpHX2.rst
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Fix :mod:`asyncio` incorrect traceback when future's exception is raised multiple times. Patch by Kumar Aditya. |
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.