Skip to content

aiorwlock 1.0.0

Compare
Choose a tag to compare
@asvetlov asvetlov released this 23 Oct 08:11
· 279 commits to master since this release

Changes

  • Fix a bug with cancelation during acquire #170 (thanks @romasku)

  • Deprecate passing explicit loop argument to RWLock constructor

  • Deprecate creation of RWLock instance outside of async function context

  • Minimal supported version is Python 3.6

  • The library works with Python 3.8 and Python 3.9 seamlessly