Tadeu Zagallo pushed to branch branch/py3.9-pattern-matching-experiments at
PyPy / pypy
Commits:
46643dfe by Tadeu Zagallo at 2022-06-22T20:45:57+02:00
(tadeuzagallo, cfbolz): Import AST nodes from CPython
--HG--
branch : py3.9-pattern-matching-experiments
- - - - -
7afb3194 by Tadeu Zagallo
Yusuke Izawa pushed to branch
branch/threaded-code-generation-refactor-tracesplit at PyPy / pypy
Commits:
626db83c by Yusuke Izawa at 2022-06-24T02:04:03+09:00
fix tracesplit and its tests
--HG--
branch : threaded-code-generation-refactor-tracesplit
- - - - -
2 changed files:
- rpython/ji
Antonio Cuni pushed to branch branch/hpy-0.0.4-hpyfields at PyPy / pypy
Commits:
a6cb6768 by Antonio Cuni at 2022-06-23T16:29:31+01:00
revert these unintended changes
--HG--
branch : hpy-0.0.4-hpyfields
- - - - -
3 changed files:
- extra_tests/hpy_tests/_vendored/debug/test_handles_invalid
Antonio Cuni pushed to branch branch/hpy-0.0.4-hpyfields at PyPy / pypy
Commits:
026f9057 by Antonio Cuni at 2022-06-23T14:40:34+01:00
make it possible to skip the collect analyzer when defining a custom gc trace
function
--HG--
branch : hpy-0.0.4-hpyfields
- - - - -
7e51ab6f by Antonio Cuni