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

In to_thread_run_sync(), add abandon_on_cancel= as an alias for the cancellable= flag #2841

Merged
merged 9 commits into from
Nov 2, 2023

Commits on Oct 28, 2023

  1. add abandon_on_cancel to to_thread_run_sync: new name for cancellable…

    … flag
    
    Replaced in code and docs
    richardsheridan committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e37ea1b View commit details
    Browse the repository at this point in the history
  2. add newsfragment

    richardsheridan committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    c119c2a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Merge remote-tracking branch 'upstream/master' into abandon_on_cancel

    # Conflicts:
    #	trio/_tests/test_threads.py
    richardsheridan committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ac7529c View commit details
    Browse the repository at this point in the history
  2. thoroughly deprecate

    applied suggestions from code review
    richardsheridan committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    cfd5cbd View commit details
    Browse the repository at this point in the history
  3. clean mypy and ruff

    richardsheridan committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5149e84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e46fc2 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Joshua Oreman <oremanj@gmail.com>
    richardsheridan and oremanj authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8cfbf86 View commit details
    Browse the repository at this point in the history
  6. fix newsfragment type

    richardsheridan committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1959c30 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    0c6e63a View commit details
    Browse the repository at this point in the history