Skip to content

v4.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 21:11
· 98 commits to master since this release
  • Fix regression:

    1. Don't raise TimeoutError from timeout object that doesn't enter into async context
      manager

    2. Use call_soon() for raising TimeoutError if deadline is reached on entering into
      async context manager

    (#258)

  • Make Timeout class available in __all__.