[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 2 commits: rename tla_newframe -> tla

2022-03-11 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 29f84d95 by Yusuke Izawa at 2022-03-11T17:00:47+09:00 rename tla_newframe -> tla --HG-- branch : threaded-code-generation - - - - - d34e4d6e by Yusuke Izawa at 2022-03-11T17:00:57+09:00 add FRAME_RESET --HG

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: add release note to index

2022-03-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 3009fd6a by Matti Picus at 2022-03-10T01:25:03+02:00 add release note to index - - - - - 41abb942 by Matti Picus at 2022-03-10T14:31:35+02:00 make code sample work on python3 (issue 3699) - - - - - 0f9544ef by Matti Picus at 20

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 12 commits: update release note

2022-03-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: e96dc54d by Matti Picus at 2022-03-06T14:48:18+02:00 update release note - - - - - 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) - - - - - 083

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: skip untranslated on windows too

2022-03-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 02b7850c by Matti Picus at 2022-03-11T12:13:29+02:00 skip untranslated on windows too --HG-- branch : py3.8 - - - - - 484b03c4 by Matti Picus at 2022-03-11T12:25:25+02:00 fix mmap tests for windows --HG-- branch : py3.8 - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: skip untranslated on windows too

2022-03-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 02b7850c by Matti Picus at 2022-03-11T12:13:29+02:00 skip untranslated on windows too --HG-- branch : py3.8 - - - - - 484b03c4 by Matti Picus at 2022-03-11T12:25:25+02:00 fix mmap tests for windows --HG-- branch : py3.8 - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix tests broken in fecd08dad6aa

2022-03-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 0bf6be70 by Matti Picus at 2022-03-11T16:30:04+02:00 fix tests broken in fecd08dad6aa --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/_rawffi/alt/test/test_funcptr.py - pypy/module/_rawffi/alt/test/test_struct

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] add tier2 handlers to tla frame

2022-03-11 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 76186784 by Yusuke Izawa at 2022-03-12T01:46:14+09:00 add tier2 handlers to tla frame --HG-- branch : threaded-code-generation - - - - - 1 changed file: - rpython/jit/tl/threadedcode/tla.py View it on H