[pypy-commit] [Git][pypy/pypy][branch/default] typo

2022-03-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 08367428 by Matti Picus at 2022-03-07T15:26:05+02:00 typo - - - - - 1 changed file: - .readthedocs.yaml View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/08367428e98092785bfad762590f2d41cf84ee6e -- View

[pypy-commit] [Git][pypy/pypy][branch/default] add a config file for readthedocs (for pypy, not clear how to handle rpython)

2022-03-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: e4c2f2a3 by Matti Picus at 2022-03-07T15:18:27+02:00 add a config file for readthedocs (for pypy, not clear how to handle rpython) - - - - - 1 changed file: - + .readthedocs.yaml View it on Heptapod: https://foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 3 commits: add NOP to tla bytecode

2022-03-07 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 62c5e27f by Yusuke Izawa at 2022-03-08T16:04:21+09:00 add NOP to tla bytecode --HG-- branch : threaded-code-generation - - - - - 1552966a by Yusuke Izawa at 2022-03-08T16:10:48+09:00 fix tla interp - the na