Skip to content

Feature Release

Latest
Compare
Choose a tag to compare
@richardsheridan richardsheridan released this 25 Dec 18:31
· 8 commits to main since this release
9aea44c

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)