pypi trio 0.23.2
v0.23.2

latest releases: 0.26.2, 0.26.1, 0.26.0...
9 months ago

Full Changelog: v0.23.1...v0.23.2

Features

  • TypeVarTuple is now used to fully type nursery.start_soon(), trio.run(), trio.to_thread.run_sync(), and other similar functions accepting (func, *args). This means type checkers will be able to verify types are used correctly. nursery.start() is not fully typed yet however. (#2881)

Bugfixes

  • Make pyright recognize open_memory_channel as generic. (#2873)

Miscellaneous internal changes

  • Moved the metadata into PEP621-compliant pyproject.toml. (#2860)
  • do not depend on exceptiongroup pre-release (#2861)
  • Move .coveragerc into pyproject.toml (#2867)

Don't miss a new trio release

NewReleases is sending notifications on new releases.