[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: AST: Implement ast.Constant.kind (for type checkers)

Carl Friedrich Bolz-Tereick foss at heptapod.net
Sun Jan 10 07:34:44 EST 2021



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


Commits:
d2a82976 by isidentical at 2021-01-09T22:34:10+03:00
AST: Implement ast.Constant.kind (for type checkers)

--HG--
branch : constant-kind

- - - - -
e41eeca2 by isidentical at 2021-01-09T23:00:59+03:00
Use space.newtext_or_none for conversion

--HG--
branch : constant-kind

- - - - -
4f28abd4 by Carl Friedrich Bolz-Tereick at 2021-01-10T12:34:39+00:00
Merge branch 'branch/constant-kind' into 'branch/py3.8'

AST: Implement ast.Constant.kind (for type checkers)

See merge request pypy/pypy!795

--HG--
branch : py3.8

- - - - -


12 changed files:

- pypy/interpreter/astcompiler/ast.py
- pypy/interpreter/astcompiler/astbuilder.py
- pypy/interpreter/astcompiler/asthelpers.py
- pypy/interpreter/astcompiler/fstring.py
- pypy/interpreter/astcompiler/optimize.py
- pypy/interpreter/astcompiler/test/test_ast.py
- pypy/interpreter/astcompiler/test/test_astbuilder.py
- pypy/interpreter/astcompiler/test/test_unparse.py
- pypy/interpreter/astcompiler/test/test_validate.py
- pypy/interpreter/astcompiler/tools/Python.asdl
- pypy/interpreter/astcompiler/unparse.py
- pypy/module/_ast/test/test_ast.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/b37de4820f30407c5118f4d4ee15c37fe297b754...4f28abd48ac80452e430be8210a871440aea9a15

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b37de4820f30407c5118f4d4ee15c37fe297b754...4f28abd48ac80452e430be8210a871440aea9a15
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/20210110/f6df31ba/attachment.html>


More information about the pypy-commit mailing list