We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c883a7 commit d805baeCopy full SHA for d805bae
peps/pep-0789.rst
@@ -215,9 +215,9 @@ and so we never got a chance to create and raise an
215
``ExceptionGroup(..., [RuntimeError()])``.
216
217
To fix this, we need to turn our async generator into an async context manager,
218
-which yields an async iterable - in this case a generator wrapping the queue; in
219
-future `perhaps the queue itself
220
-<https://github.com/python/cpython/issues/119154>`__:
+which yields an async iterable - in this case a generator wrapping the queue,
+although `I'd usually reach for a different interface
+<https://anyio.readthedocs.io/en/stable/why.html#design-problems-with-asyncio-queues>`__:
221
222
.. code-block:: python
223
0 commit comments