Go to file
Dominique Leuenberger 11113886f1 Accepting request 934534 from devel:languages:python
- update to 3.4.0:
  * Added context propagation to/from worker threads in ``to_thread.run_sync()``,
  ``from_thread.run()`` and ``from_thread.run_sync()``
  * Fixed race condition in ``Lock`` and ``Semaphore`` classes when a task waiting on ``acquire()``
  is cancelled while another task is waiting to acquire the same primitive
  * Fixed async context manager's ``__aexit__()`` method not being called in
  ``BlockingPortal.wrap_async_context_manager()`` if the host task is cancelled
  * Fixed worker threads being marked as being event loop threads in sniffio
  * Fixed task parent ID not getting set to the correct value on asyncio
  * Enabled the test suite to run without IPv6 support, trio or pytest plugin autoloading

OBS-URL: https://build.opensuse.org/request/show/934534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-anyio?expand=0&rev=7
2021-11-29 16:28:40 +00:00
.gitattributes Accepting request 868484 from home:bnavigator:branches:devel:languages:python 2021-02-02 00:11:01 +00:00
.gitignore Accepting request 868484 from home:bnavigator:branches:devel:languages:python 2021-02-02 00:11:01 +00:00
anyio-3.4.0.tar.gz - update to 3.4.0: 2021-11-29 12:07:20 +00:00
python-anyio.changes - update to 3.4.0: 2021-11-29 12:07:20 +00:00
python-anyio.spec - update to 3.4.0: 2021-11-29 12:07:20 +00:00