On Fri, 7 Aug 2020 at 18:48, Chris Angelico <ros...@gmail.com> wrote:
> Tail call optimization (there's no reason to restrict it to recursion
> alone) is something a Python implementation could choose to do, but
> the trouble is that full optimization tends to destroy traceback
> information

Indeed this is implemented in asyncio.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to