Nick Coghlan <ncogh...@gmail.com> added the comment:

The query in #37743 highlights that generator functions and other wrapped 
iterator factories actually face a similar problem: they need the function body 
to contain "yield from wrapped(*args, **kwargs)" if the CM is going to be 
closed after the iterator terminates (or is closed), rather than closing 
immediately after the iterator is created.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37398>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to