[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: compiler: implement basic support for top level async/await support

Carl Friedrich Bolz-Tereick foss at heptapod.net
Sun Feb 14 05:10:29 EST 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy


Commits:
e9ff290c by isidentical at 2021-02-14T00:19:42+03:00
compiler: implement basic support for top level async/await support
branch: py3.8
user: isidentical <batuhan at python.org>
date: Sat Feb 13 23:37:36 2021 +0300

--HG--
branch : top-level-await

- - - - -
9e4235fb by isidentical at 2021-02-14T00:20:53+03:00
summary: compiler: support async generators
branch: py3.8
tag: tip
user: isidentical <batuhan at python.org>
date: Sun Feb 14 00:17:04 2021 +0300

--HG--
branch : top-level-await

- - - - -
50beed96 by isidentical at 2021-02-14T00:34:00+03:00
reference to proper flag

--HG--
branch : top-level-await

- - - - -
fea67d81 by Carl Friedrich Bolz-Tereick at 2021-02-14T10:10:24+00:00
Merge branch 'branch/top-level-await' into 'branch/py3.8'

compiler: top level async/await support with PyCF_ALLOW_TOP_LEVEL_AWAIT

See merge request pypy/pypy!805

--HG--
branch : py3.8

- - - - -


6 changed files:

- pypy/interpreter/astcompiler/codegen.py
- pypy/interpreter/astcompiler/consts.py
- pypy/interpreter/astcompiler/symtable.py
- pypy/interpreter/astcompiler/test/test_compiler.py
- pypy/module/__builtin__/compiling.py
- pypy/module/_ast/moduledef.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/9fe83c066aa0c121307d23d4a4fa92355cf65684...fea67d819c683f956fea17982dc7a59396d361de

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/9fe83c066aa0c121307d23d4a4fa92355cf65684...fea67d819c683f956fea17982dc7a59396d361de
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210214/33a299e7/attachment-0001.html>


More information about the pypy-commit mailing list