Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-with-3.7-stdlib at PyPy / pypy
Commits: 17d8ccca by Carl Friedrich Bolz-Tereick at 2021-01-03T22:33:57+01:00 implement positional-only arguments --HG-- branch : py3.8-with-3.7-stdlib - - - - - 8d6e98b8 by Carl Friedrich Bolz-Tereick at 2021-01-04T07:27:52+01:00 fix test --HG-- branch : py3.8-with-3.7-stdlib - - - - - 22 changed files: - pypy/interpreter/argument.py - pypy/interpreter/astcompiler/assemble.py - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/symtable.py - pypy/interpreter/astcompiler/test/test_ast.py - pypy/interpreter/astcompiler/test/test_astbuilder.py - pypy/interpreter/astcompiler/test/test_validate.py - pypy/interpreter/astcompiler/tools/Python.asdl - pypy/interpreter/pycode.py - pypy/interpreter/pyparser/data/Grammar3.8 - pypy/interpreter/pyparser/test/test_pyparse.py - pypy/interpreter/test/apptest_function.py - pypy/interpreter/test/test_argument.py - pypy/interpreter/test/test_code.py - pypy/interpreter/test/test_compiler.py - pypy/interpreter/typedef.py - pypy/module/cpyext/funcobject.py - pypy/objspace/std/marshal_impl.py - pypy/objspace/std/test/test_floatobject.py - pypy/objspace/std/test/test_intobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/085b19d3524cdba28f28b90c1cf7e74459c01bb1...8d6e98b88685782c2de8596c6cb1d78b79114028 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/085b19d3524cdba28f28b90c1cf7e74459c01bb1...8d6e98b88685782c2de8596c6cb1d78b79114028 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
