[pypy-commit] [Git][pypy/pypy][branch/default] fix error checking

2022-05-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 4e6f2b80 by Carl Friedrich Bolz-Tereick at 2022-05-28T09:04:21+02:00 fix error checking - - - - - 2 changed files: - lib_pypy/_structseq.py - pypy/module/test_lib_pypy/test_structseq.py View it on Heptapod

[pypy-commit] [Git][pypy/pypy][branch/default] add missing doc about flag

2022-05-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: d5af8c51 by Carl Friedrich Bolz-Tereick at 2022-05-28T09:55:44+02:00 add missing doc about flag - - - - - 1 changed file: - rpython/jit/metainterp/warmstate.py View it on Heptapod: https://foss.heptapod.n

[pypy-commit] [Git][pypy/pypy][branch/default] #3619

2022-05-28 Thread Armin Rigo (@arigo)
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 1a17490a by Armin Rigo at 2022-05-28T11:11:11+02:00 #3619 if pypy runs C code that itself tries to run a cffi embedded module, then we crashed: rpython_startup_code was executed twice. - - - - - 2 changed files: - pypy/modu

[pypy-commit] [Git][pypy/pypy][branch/fix-access-directly] test is order dependent, make it very explicit

2022-05-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/fix-access-directly at PyPy / pypy Commits: fad9ad6c by Carl Friedrich Bolz-Tereick at 2022-05-28T15:18:42+02:00 test is order dependent, make it very explicit --HG-- branch : fix-access-directly - - - - - 1 changed file: - rpython/rlib/

[pypy-commit] [Git][pypy/pypy][branch/fix-access-directly] fix test (don't know why this changed, does not matter)

2022-05-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/fix-access-directly at PyPy / pypy Commits: ffe6fa0e by Carl Friedrich Bolz-Tereick at 2022-05-28T17:59:11+02:00 fix test (don't know why this changed, does not matter) --HG-- branch : fix-access-directly - - - - - 1 changed file: - pypy

[pypy-commit] [Git][pypy/pypy][branch/default] 12 commits: a check for the problem of too much access_directly

2022-05-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: cf27940b by Carl Friedrich Bolz-Tereick at 2022-05-26T12:28:10+02:00 a check for the problem of too much access_directly --HG-- branch : fix-access-directly - - - - - 0e97ae18 by Carl Friedrich Bolz-Tereick at

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 17 commits: a check for the problem of too much access_directly

2022-05-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: cf27940b by Carl Friedrich Bolz-Tereick at 2022-05-26T12:28:10+02:00 a check for the problem of too much access_directly --HG-- branch : fix-access-directly - - - - - 0e97ae18 by Carl Friedrich Bolz-Tereick at 2

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: fix xmm scratch register on win64 (issue 3753)

2022-05-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 42b67db1 by Matti Picus at 2022-05-29T06:52:58+03:00 fix xmm scratch register on win64 (issue 3753) - - - - - 294cc70d by Matti Picus at 2022-05-29T07:36:20+03:00 simplify reghint logic, this fixes a misfit of hints on win64

[pypy-commit] [Git][pypy/pypy][branch/default] fix comment

2022-05-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 72f29b20 by Matti Picus at 2022-05-29T07:42:30+03:00 fix comment - - - - - 1 changed file: - rpython/jit/backend/x86/regalloc.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/72f29b200d6ec89fd545f7d3c

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: fix xmm scratch register on win64 (issue 3753)

2022-05-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 42b67db1 by Matti Picus at 2022-05-29T06:52:58+03:00 fix xmm scratch register on win64 (issue 3753) - - - - - 294cc70d by Matti Picus at 2022-05-29T07:36:20+03:00 simplify reghint logic, this fixes a misfit of hints on win64 -