On Fri, 21 Jul 2023 at 19:58, Dom Grigonis <[email protected]> wrote: > > Did not mean that it is easy, but it seems achievable and although a deep dig > might be needed, my gut feeling is that it is possible to achieve this fairly > elegantly. I might be wrong ofc. >
Start on that deep dig, then, and figure out what the implications are. Remember, anyone can do this: func = Break and now func() has to behave as a break statement. Good luck. 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/PWRCDEBV7YPGSUIZSXLOOHHMSLPPVT2R/ Code of Conduct: http://python.org/psf/codeofconduct/
