Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
GH-107803: double linked list implementation for asyncio tasks#107804
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
35 commits Select commitHold shift + click to select a range
cc66eeb linked list
kumaraditya303d5a3d87 add tail optmiization to linked list
kumaraditya303a0c5fcf wip
kumaraditya30377d012f wip
kumaraditya3035d9653d wip
kumaraditya3035a00198 Merge branch 'main' of https://github.com/python/cpython into linked-…
kumaraditya3034cdc834 Merge branch 'main' of https://github.com/python/cpython into linked-…
kumaraditya30335a00f1 more fixes
kumaraditya303fddb9d6 Merge branch 'main' of https://github.com/python/cpython into linked-…
kumaraditya3031d32835 finally it works
kumaraditya303b46bcfe Merge branch 'main' of https://github.com/python/cpython into linked-…
kumaraditya303ee7ead2 Merge branch 'main' of https://github.com/python/cpython into linked-…
kumaraditya303af0280a add tests
kumaraditya303999fff7 remove weakreflist
kumaraditya30387a2231 add some comments
kumaraditya3031812408 Merge branch 'main' of https://github.com/python/cpython into linked-…
kumaraditya3033cb5673 Merge branch 'main' of https://github.com/python/cpython into linked-…
kumaraditya3039552636 reduce code duplication in _asynciomodule.c
kumaraditya3035c5b559 address some review comments
kumaraditya30382cf69b add invariants about the state of the linked list
kumaraditya3038998f6a add better explanation
kumaraditya303d93c4e1 clinic regen
kumaraditya30335726d9 reorder branches for better branch prediction
kumaraditya3038dd0492 Update Modules/_asynciomodule.c
kumaraditya3038325302 Apply suggestions from code review
kumaraditya30380b65e0 fix capturing of eager tasks
kumaraditya303b67649e add comment to task finalization
kumaraditya3031252b2f Merge branch 'main' of https://github.com/python/cpython into linked-…
kumaraditya303457739a Merge branch 'main' into linked-list
kumaraditya3034670731 Merge branch 'main' of https://github.com/python/cpython into linked-…
kumaraditya303e061081 fix tests and couple c implmentation to c task
kumaraditya303836d254 Merge branch 'main' of https://github.com/python/cpython into linked-…
kumaraditya303efce4b3 fix test
kumaraditya303c7b604c Merge branch 'main' of https://github.com/python/cpython into linked-…
kumaraditya30356beb04 Merge branch 'main' of https://github.com/python/cpython into linked-…
kumaraditya303File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Merge branch 'main' ofhttps://github.com/python/cpython into linked-…
…list
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit3cb56731cee1291eb1c0092078d522547b7fd5eb
There are no files selected for viewing
This merge commit was added into this branch cleanly.
There are no new changes to show, but you can stillview the diff.
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.