Skip to content

Feature release

Compare
Choose a tag to compare
@richardsheridan richardsheridan released this 18 Sep 21:15
· 263 commits to main since this release

Features

  • Add type hints for run_sync (#322)
  • Use tblib to enable pickling of tracebacks between processes. Mainly, this preserves context of exceptions including chained exceptions. (#323)

Bugfixes

  • Prevent Ctrl+C from inducing various leaks and inconsistent states. (#239)
  • Cleaned up names/qualnames of objects in the trio_parallel namespace. (#291)

Deprecations and Removals

  • Removed python 3.6 support (#236)