[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] #4023: fix astcompiler bug where sometimes a return with a value wasn't being

2023-10-27 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: c43c08f2 by Carl Friedrich Bolz-Tereick at 2023-10-27T18:01:03+02:00 #4023: fix astcompiler bug where sometimes a return with a value wasn't being caught inside an async generator --HG-- branch : py3.9 - - - -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] #3996: start implementing the ag_running logic of asynchronous generators

2023-10-27 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 17e5bd7a by Carl Friedrich Bolz-Tereick at 2023-10-27T23:06:09+02:00 #3996: start implementing the ag_running logic of asynchronous generators --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/interpret