rtobar pushed new branch branch/fix-tp-iternext at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/fix-tp-iternext
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit maili
rtobar pushed to branch branch/fix-tp-iternext at PyPy / pypy
Commits:
2840677d by Rodrigo Tobar at 2023-07-05T21:11:04+08:00
Let tp_iternext raise StopIteration more selectively
First, we can deal with the situation of handling an exception or not from the
same wrapped function, using a varia
rtobar pushed new branch branch/stopiteration-issue at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/stopiteration-issue
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-comm
rtobar pushed to branch branch/stopiteration-issue at PyPy / pypy
Commits:
6edf33d9 by Rodrigo Tobar at 2023-07-19T10:59:17+08:00
Actually skip the test
--HG--
branch : stopiteration-issue
- - - - -
1 changed file:
- pypy/module/cpyext/test/test_async_iter.py
View it on Heptapod:
https:
rtobar pushed to branch branch/stopiteration-issue at PyPy / pypy
Commits:
19194e74 by Rodrigo Tobar at 2023-07-20T15:29:42+08:00
Don't require asyncio to reproduce the error
--HG--
branch : stopiteration-issue
- - - - -
1 changed file:
- pypy/module/cpyext/test/test_async_iter.py
View i