You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
Advertise support for Python-3.13, although no code changes were made to support it. (#434)
Add kill_on_cancel kwarg to run_sync. The alias cancellable will remain indefinitely. (#437)
Add cache_scope(), an async context manager that can override the behavior of trio_parallel.run_sync() in a subtree of your Trio tasks with an implicit WorkerContext. (#455)
Deprecations and Removals
Stop advertising support for Python-3.8, although no code changes were made to break it. (#434)
Removed deprecated atexit_shutdown_grace_period. Use configure_default_context to configure the default context shutdown grace period. (#435)