[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/fastcall-py3.8

2021-01-09 Thread Sebastian Berg
Sebastian Berg pushed new branch branch/fastcall-py3.8 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/fastcall-py3.8 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: (cfbolz, twitch around): implement int.as_integer_ratio

2021-01-09 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 40cd4ac9 by Carl Friedrich Bolz-Tereick at 2021-01-09T20:36:44+01:00 (cfbolz, twitch around): implement int.as_integer_ratio --HG-- branch : py3.8 - - - - - 331d102a by Carl Friedrich Bolz-Tereick at 2021-01-09T

[pypy-commit] [Git][pypy/pypy][branch/constant-kind] Use space.newtext_or_none for conversion

2021-01-09 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/constant-kind at PyPy / pypy Commits: e41eeca2 by isidentical at 2021-01-09T23:00:59+03:00 Use space.newtext_or_none for conversion --HG-- branch : constant-kind - - - - - 1 changed file: - pypy/interpreter/astcompiler/fstring.py View it on GitLab:

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/constant-kind

2021-01-09 Thread Batuhan Taskaya
Batuhan Taskaya pushed new branch branch/constant-kind at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/constant-kind You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 8 commits: CPyext: Implement METH_FASTCALL

2021-01-09 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: eb984336 by Sebastian Berg at 2020-12-08T11:01:26-06:00 CPyext: Implement METH_FASTCALL This commit adds the METH_FASTCALL method calling convention (with the exception of omitting the `const` classifier for the arguments). Begi

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/meth-fastcall

2021-01-09 Thread Matti Picus
Matti Picus deleted branch branch/meth-fastcall at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit

[pypy-commit] [Git][pypy/pypy][branch/py3.8] Adjust error handling for RPython

2021-01-09 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/py3.8 at PyPy / pypy Commits: bdd0a5ba by isidentical at 2021-01-09T15:43:25+03:00 Adjust error handling for RPython --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/__builtin__/compiling.py View it on GitLab: https://foss.heptapod.ne

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: Grammar: Add func_type_input productions

2021-01-09 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/py3.8 at PyPy / pypy Commits: 51028d5c by isidentical at 2021-01-09T13:52:38+03:00 Grammar: Add func_type_input productions --HG-- branch : py3.8 - - - - - c9d98299 by isidentical at 2021-01-09T13:53:59+03:00 ASDL: Add FunctionType node --HG-- branch :

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 8 commits: AST: Initial changes, move to ast.Constant

2021-01-09 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 02e22961 by isidentical at 2021-01-09T00:47:04+03:00 AST: Initial changes, move to ast.Constant --HG-- branch : ast-constant - - - - - bfd4554e by isidentical at 2021-01-09T01:16:30+03:00 AST: specialized error

[pypy-commit] [Git][pypy/pypy][branch/ast-constant] Compiler: Eliminate only constant expressions

2021-01-09 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/ast-constant at PyPy / pypy Commits: a8d2288a by isidentical at 2021-01-09T12:59:20+03:00 Compiler: Eliminate only constant expressions --HG-- branch : ast-constant - - - - - 1 changed file: - pypy/interpreter/astcompiler/codegen.py View it on GitL

[pypy-commit] [Git][pypy/pypy][branch/meth-fastcall] kill remnant of previous approach

2021-01-09 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/meth-fastcall at PyPy / pypy Commits: ff2056d9 by Carl Friedrich Bolz-Tereick at 2021-01-09T11:10:31+01:00 kill remnant of previous approach --HG-- branch : meth-fastcall - - - - - 1 changed file: - pypy/module/cpyext/methodobject.py Vi

[pypy-commit] [Git][pypy/pypy][branch/ast-constant] RPython: more fixes

2021-01-09 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/ast-constant at PyPy / pypy Commits: 1d766706 by isidentical at 2021-01-09T12:31:46+03:00 RPython: more fixes --HG-- branch : ast-constant - - - - - 1 changed file: - pypy/interpreter/astcompiler/misc.py View it on GitLab: https://foss.heptapod.ne

[pypy-commit] [Git][pypy/pypy][branch/ast-constant] RPython: Add a type assertion for inference

2021-01-09 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/ast-constant at PyPy / pypy Commits: d76fb28d by isidentical at 2021-01-09T12:10:18+03:00 RPython: Add a type assertion for inference --HG-- branch : ast-constant - - - - - 1 changed file: - pypy/interpreter/astcompiler/misc.py View it on GitLab: