On 2021-09-06 at 20:11:41 -0400, Avi Gross via Python-list <[email protected]> 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
