[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4-hpyfields] 2 commits: make it possible to skip the collect analyzer when defining a custom gc trace function

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

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4-hpyfields] revert these unintended changes

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

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation-refactor-tracesplit] fix tracesplit and its tests

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

[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] 4 commits: (tadeuzagallo, cfbolz): Import AST nodes from CPython

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