[pypy-commit] [Mercurial][pypy/pypy] Pushed new branch branch/fix-tp-iternext

2023-06-30 Thread rtobar (@rtobar)
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

[pypy-commit] [Mercurial][pypy/pypy][branch/fix-tp-iternext] 2 commits: Let tp_iternext raise StopIteration more selectively

2023-07-05 Thread rtobar (@rtobar)
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

[pypy-commit] [Mercurial][pypy/pypy] Pushed new branch branch/stopiteration-issue

2023-07-18 Thread rtobar (@rtobar)
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

[pypy-commit] [Mercurial][pypy/pypy][branch/stopiteration-issue] Actually skip the test

2023-07-18 Thread rtobar (@rtobar)
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:

[pypy-commit] [Mercurial][pypy/pypy][branch/stopiteration-issue] Don't require asyncio to reproduce the error

2023-07-20 Thread rtobar (@rtobar)
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