On Sat, May 02, 2020 at 03:39:50PM -0300, Soni L. wrote: > def foo(): > yield from () > raise ValueError
def foo(): yield from () raise ValueUnpackingError Does that help? -- Steven _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/TEWDOXDKCIAHYXH4MFAJZOQOFHRK3CLP/ Code of Conduct: http://python.org/psf/codeofconduct/