On Sun, Oct 17, 2021 at 8:26 PM Steven D'Aprano <[email protected]> wrote: > (I think the difference has to do with sending values into the > generator, throwing and catching exceptions, but I can't think of a > simple example where it would make a difference.)
Yeah mainly. And genexps don't usually do that. So it needs to be defined, but it's going to be irrelevant to most normal cases and doesn't need to be bikeshedded. (If someone disagrees and we debate whether something is worth bikeshedding, is that metabikeshedding?) Chrisa _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/4VBGB6QSWXUWLGU6LNV6EOOHCTHYHEIJ/ Code of Conduct: http://python.org/psf/codeofconduct/
