[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4-hpyfields] 14 commits: The final goal l of this branch is to ensure that we can use

2022-06-21 Thread Antonio Cuni (@antocuni)
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

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/threaded-code-generation-refactor-tracesplit

2022-06-21 Thread Yusuke Izawa (@3tty0n)
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.

[pypy-commit] [Git][pypy/pypy][branch/py3.9-type-or] (tadeuzagallo, cfbolz): Modify lib-python _UnionGenericAlias.__repr__ to mimic...

2022-06-21 Thread Tadeu Zagallo (@tadeuzagallo)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.9-type-or] (tadeuzagallo, cfbolz): Implement __or__ for GenericAlias

2022-06-21 Thread Tadeu Zagallo (@tadeuzagallo)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.9-type-or] Fix or_type tests.

2022-06-21 Thread Tadeu Zagallo (@tadeuzagallo)
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