15
0
Commit Graph

1 Commits

Author SHA256 Message Date
98384c4072 - Update to 3.11.0
* ``sync_to_async`` gains a ``context`` parameter, similar to those for
    ``asyncio.create_task``, ``TaskGroup`` &co, that can be used on Python 3.11+ to
    control the context used by the underlying task.
    The parent context is already propagated by default but the additional
    control is useful if multiple ``sync_to_async`` calls need to share the same
    context, e.g. when used with ``asyncio.gather()``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asgiref?expand=0&rev=27
2025-12-10 10:06:19 +00:00