Skip to content

aiorwlock 0.6.0

Compare
Choose a tag to compare
@jettify jettify released this 17 Dec 19:11
· 395 commits to master since this release

Changes

  • Wake up all readers after writer releases lock #60 (thanks @ranyixu)

  • Fixed Python 3.7 compatibility

  • Removed old yield from syntax

  • Minimal supported version is Python 3.5.3

  • Removed support for none async context managers