Hi, On 22 May 2018 at 09:15, hubo <[email protected]> wrote: > One more thing I would like to confirm: looks like in PyPy3, a "yield from > my_generator()" expression delegates all exceptions inside, so the finalizer > in my_generator() is always executed. Am I right?
I think so. PyPy3 should behave just like CPython3.5 in that respect. A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
