Skip to content

async-timeout 2.0 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 13 Mar 09:57
· 311 commits to master since this release

Changes

  • Changed timeout <= 0 behaviour

    • Backward incompatibility change, prior this version 0 was
      shortcut for None
    • when timeout <= 0 TimeoutError raised faster