Path to this page:
Subject: CVS commit: pkgsrc/devel/py-anyio
From: Adam Ciarcinski
Date: 2022-01-16 09:39:57
Message id: 20220116083958.0EC88FB24@cvs.NetBSD.org
Log Message:
py-anyio: updated to 3.5.0
3.5.0
- Added ``start_new_session`` keyword argument to ``run_process()`` and \
``open_process()``
- Fixed deadlock in synchronization primitives on asyncio which can happen if a \
task acquiring a
primitive is hit with a native (not AnyIO) cancellation with just the right \
timing, leaving the
next acquiring task waiting forever
- Added workaround for bpo-46313_ to enable compatibility with OpenSSL 3.0
Files: