Matti Picus pushed to branch branch/rpython3 at PyPy / pypy
Commits:
8ba9b80e by Matti Picus at 2021-01-02T23:15:37+02:00
fix obvious errors
--HG--
branch : rpython3
- - - - -
2 changed files:
- rpython/rtyper/lltypesystem/lltype.py
- rpython/rtyper/lltypesystem/rffi.py
View it on GitLab
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
72f16d17 by Matti Picus at 2021-01-02T22:36:23+02:00
enable vmprof installation for rpython/rlib/rvmprof tests
- - - - -
1 changed file:
- requirements.txt
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/commit/
Matti Picus pushed to branch branch/rpython3 at PyPy / pypy
Commits:
9c2b2a55 by Matti Picus at 2021-01-02T21:57:24+02:00
more fixes with an eye toward the logparser
--HG--
branch : rpython3
- - - - -
85d7c2a3 by Matti Picus at 2021-01-02T22:30:34+02:00
make dotviewer python 3 compatible
--H
Carl Friedrich Bolz-Tereick pushed to branch branch/some-3.8-features at PyPy /
pypy
Commits:
6ecc4f1f by Carl Friedrich Bolz-Tereick at 2021-01-02T19:32:03+01:00
(cfbolz, twitch around): support passing named expressions as function arguments
--HG--
branch : some-3.8-features
- - - - -
d405
Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy
Commits:
d80bb7bc by isidentical at 2021-01-02T17:42:52+03:00
ast: assert normal suite doesn't contain any type comments
--HG--
branch : some-other-38-features
- - - - -
1 changed file:
- pypy/interpreter/astcomp
Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy
Commits:
6989894c by isidentical at 2021-01-02T17:26:22+03:00
pyparser: precise errors for func_body_suite
--HG--
branch : some-other-38-features
- - - - -
2 changed files:
- pypy/interpreter/pyparser/parser.py
-
Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy
Commits:
1a38a9fd by isidentical at 2021-01-02T16:35:43+03:00
rpython: some rpython hacks
--HG--
branch : some-other-38-features
- - - - -
1 changed file:
- pypy/interpreter/astcompiler/astbuilder.py
View it on
Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy
Commits:
1ea221b9 by isidentical at 2021-01-02T16:23:38+03:00
ast: make all ast tests working (one syntax error left)
--HG--
branch : some-other-38-features
- - - - -
5 changed files:
- pypy/interpreter/astcompil