Skip to content
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

feat: add Task methods to make _asyncio more similar to cpython #8647

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 22, 2023

  1. asyncio: Add Task methods to get tasks closer to CPython.

    Adds methods that are in CPython, such as `exception`, `result`,
    `get_coro`, `cancelled`, `add_done_callback`, and
    `remove_done_callback`.
    
    Also adds support for the unary hash so tasks may be collected in
    a python set.
    imnotjames committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    adbb02d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0d3123 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da7105d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e89e64c View commit details
    Browse the repository at this point in the history
  5. slim down thunderpack v12 more

    drops ulab from the thunderpack v12 to drastically reduce the byte usage of flash
    imnotjames committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    abf44d5 View commit details
    Browse the repository at this point in the history