Antonio Cuni pushed to branch branch/hpy-0.0.4-hpyfields at PyPy / pypy
Commits:
2ac17f4f by Antonio Cuni at 2022-06-19T17:28:46+01:00
The final goal l of this branch is to ensure that we can use
@specialize.memo(on callbacks which are passed to
rgc.register_custom_trace_hook.
The firfirst ste
Yusuke Izawa pushed new branch
branch/threaded-code-generation-refactor-tracesplit at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/threaded-code-generation-refactor-tracesplit
You're receiving this email because of your account on foss.heptapod.net.
Tadeu Zagallo pushed to branch branch/py3.9-type-or at PyPy / pypy
Commits:
a2da4ef5 by Tadeu Zagallo at 2022-06-21T21:18:01+02:00
(tadeuzagallo, cfbolz): Modify lib-python _UnionGenericAlias.__repr__ to mimic
cpython's C implementation
--HG--
branch : py3.9-type-or
- - - - -
2 changed fil
Tadeu Zagallo pushed to branch branch/py3.9-type-or at PyPy / pypy
Commits:
8a17ba53 by Tadeu Zagallo at 2022-06-21T21:30:58+02:00
(tadeuzagallo, cfbolz): Implement __or__ for GenericAlias
--HG--
branch : py3.9-type-or
- - - - -
2 changed files:
- lib_pypy/_pypy_generic_alias.py
- pypy/obj
Tadeu Zagallo pushed to branch branch/py3.9-type-or at PyPy / pypy
Commits:
32885a33 by Tadeu Zagallo at 2022-06-21T23:09:38+02:00
Fix or_type tests.
Break circular import in GenericAlias and remove non-deterministic repr test
--HG--
branch : py3.9-type-or
- - - - -
2 changed files:
- lib