Skip to content

aiorwlock 0.4.0

Compare
Choose a tag to compare
@asvetlov asvetlov released this 20 Sep 07:55
· 526 commits to master since this release

Major release

Changes

  • Added support for Python 3.5 (including async with statements)
  • Renamed .reader_lock -> .reader, .writer_lock -> .writer. Backward compatibility is preserved.