[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] #4023: fix astcompiler bug where sometimes a return with a value wasn't being
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 - - - - - 3 changed files: - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/symtable.py - pypy/interpreter/test/test_syntax.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c43c08f2fca334a1f1bc59a3498c30a776cd5ac9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c43c08f2fca334a1f1bc59a3498c30a776cd5ac9 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] #3996: start implementing the ag_running logic of asynchronous generators
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/interpreter/generator.py - pypy/interpreter/test/apptest_coroutine.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/17e5bd7ae46b49e6c304b823e73e1dd708c60807 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/17e5bd7ae46b49e6c304b823e73e1dd708c60807 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com