Skip to content

Commit d805bae

Browse files
committed
PEP 789: Note gh issue was closed
1 parent 0c883a7 commit d805bae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

peps/pep-0789.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ and so we never got a chance to create and raise an
215215
``ExceptionGroup(..., [RuntimeError()])``.
216216

217217
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>`__:
218+
which yields an async iterable - in this case a generator wrapping the queue,
219+
although `I'd usually reach for a different interface
220+
<https://anyio.readthedocs.io/en/stable/why.html#design-problems-with-asyncio-queues>`__:
221221

222222
.. code-block:: python
223223

0 commit comments

Comments
 (0)