On 2021-09-06 at 20:11:41 -0400,
Avi Gross via Python-list <python-list@python.org> wrote:

> And in the python version, has anyone made a generator that returned
> NULL or the like so you can say uselessly:
> 
> for ( _ in forever() ) ...

    while "forever":
        ...
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to