[pypy-dev] Mysterious IndexError in service running with PyPy
Armin Rigo
armin.rigo at gmail.com
Fri Jun 1 04:37:42 EDT 2018
Hi,
On 22 May 2018 at 09:15, hubo <hubo at jiedaibao.com> 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.
More information about the pypy-dev
mailing list