[pypy-commit] [Git][pypy/extradoc] Pushed new branch topic/extradoc/blog-new-chapter-for-pypy

2020-08-11 Thread Simon Cross
Simon Cross pushed new branch topic/extradoc/blog-new-chapter-for-pypy at PyPy / extradoc -- View it on GitLab: https://foss.heptapod.net/pypy/extradoc/-/tree/topic/extradoc/blog-new-chapter-for-pypy You're receiving this email because of your account on foss.heptapod.net. _

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/redo-pr-639

2020-08-11 Thread Matti Picus
Matti Picus pushed new branch branch/redo-pr-639 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/branch/redo-pr-639 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing lis

[pypy-commit] [Git][pypy/pypy][branch/win64] more fixes

2020-08-11 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: 521db36c by Armin Rigo at 2020-08-11T20:27:12+02:00 more fixes --HG-- branch : win64 - - - - - 2 changed files: - rpython/jit/backend/test/runner_test.py - rpython/rlib/libffi.py View it on GitLab: https://foss.heptapod.ne

[pypy-commit] [Git][pypy/pypy][branch/win64] add INT3 instructions around CALLs that may still be broken. fix one case

2020-08-11 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: 39411d6c by Armin Rigo at 2020-08-11T20:15:07+02:00 add INT3 instructions around CALLs that may still be broken. fix one case --HG-- branch : win64 - - - - - 1 changed file: - rpython/jit/backend/x86/assembler.py View it o

[pypy-commit] [Git][pypy/pypy][branch/win64] 2 commits: fix for _build_wb_slowpath

2020-08-11 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: d9842614 by Armin Rigo at 2020-08-11T19:56:20+02:00 fix for _build_wb_slowpath --HG-- branch : win64 - - - - - 01ae8090 by Armin Rigo at 2020-08-11T19:59:58+02:00 another fix if withcards==True --HG-- branch : win64 - - - - -

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-vendored] fix

2020-08-11 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-update-vendored at PyPy / pypy Commits: 3357fe3e by Ronan Lamy at 2020-08-11T19:46:19+02:00 fix --HG-- branch : hpy-update-vendored - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_slot.py View it on GitLab: https://foss.heptapod.net/p

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-vendored] fix typo

2020-08-11 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-update-vendored at PyPy / pypy Commits: e9ebbcf9 by Ronan Lamy at 2020-08-11T19:09:30+02:00 fix typo --HG-- branch : hpy-update-vendored - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_slot.py View it on GitLab: https://foss.heptapod.

[pypy-commit] [Git][pypy/pypy][branch/win64] fixes to callbuilder.py

2020-08-11 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: 39b51d63 by Armin Rigo at 2020-08-11T19:04:53+02:00 fixes to callbuilder.py --HG-- branch : win64 - - - - - 1 changed file: - rpython/jit/backend/x86/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-vendored] fix translation

2020-08-11 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-update-vendored at PyPy / pypy Commits: 7ac7f49f by Ronan Lamy at 2020-08-11T18:52:06+02:00 fix translation --HG-- branch : hpy-update-vendored - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_type.py View it on GitLab: https://foss.he

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-vendored] HPyType_GenericNew()

2020-08-11 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-update-vendored at PyPy / pypy Commits: e5bc56bc by Ronan Lamy at 2020-08-11T18:06:39+02:00 HPyType_GenericNew() --HG-- branch : hpy-update-vendored - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_type.py View it on GitLab: https://fo

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: refactor: use OS specific files instead of long ifdef sections

2020-08-11 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: b98ca2df by Matti Picus at 2020-08-11T13:52:21+03:00 refactor: use OS specific files instead of long ifdef sections - - - - - d0922aa2 by Matti Picus at 2020-08-11T13:56:57+03:00 merge default into branch --HG-- branch : py3.6

[pypy-commit] [Git][pypy/pypy][branch/default] refactor: use OS specific files instead of long ifdef sections

2020-08-11 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: b98ca2df by Matti Picus at 2020-08-11T13:52:21+03:00 refactor: use OS specific files instead of long ifdef sections - - - - - 4 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/src/pythread.c - + pypy/module/

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: refactor: use OS specific files instead of long ifdef sections

2020-08-11 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: b98ca2df by Matti Picus at 2020-08-11T13:52:21+03:00 refactor: use OS specific files instead of long ifdef sections - - - - - d0922aa2 by Matti Picus at 2020-08-11T13:56:57+03:00 merge default into branch --HG-- branch : py3.6

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-vendored] 2 commits: Implement _HPy_New

2020-08-11 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-update-vendored at PyPy / pypy Commits: bc22748a by Ronan Lamy at 2020-08-10T16:44:05+02:00 Implement _HPy_New --HG-- branch : hpy-update-vendored - - - - - 8340a86c by Ronan Lamy at 2020-08-11T13:18:53+02:00 implement _HPy_Cast() --HG-- branch : hpy-up

[pypy-commit] [Git][pypy/pypy][branch/win64] disable HAS_CODEMAP for now on win64

2020-08-11 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: 092d8dbc by Armin Rigo at 2020-08-11T12:46:18+02:00 disable HAS_CODEMAP for now on win64 --HG-- branch : win64 - - - - - 1 changed file: - rpython/jit/backend/x86/runner.py View it on GitLab: https://foss.heptapod.net/pypy

[pypy-commit] [Git][pypy/pypy][branch/win64] in-progress: jit backend fixes for win64

2020-08-11 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: 4b3b2150 by Armin Rigo at 2020-08-11T12:23:41+02:00 in-progress: jit backend fixes for win64 --HG-- branch : win64 - - - - - 5 changed files: - rpython/jit/backend/x86/arch.py - rpython/jit/backend/x86/assembler.py - rpython/

[pypy-commit] [Git][pypy/pypy][branch/win64] fixes for metainterp/test/test_fficall.py

2020-08-11 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: b2e1f00e by Armin Rigo at 2020-08-11T11:38:23+02:00 fixes for metainterp/test/test_fficall.py --HG-- branch : win64 - - - - - 2 changed files: - rpython/jit/metainterp/test/test_fficall.py - rpython/rlib/jit_libffi.py View

[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix ifdef for win32, only the NT_THREADS is required; others are cleanup

2020-08-11 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: b80927e8 by Matti Picus at 2020-08-11T11:44:47+03:00 fix ifdef for win32, only the NT_THREADS is required; others are cleanup --HG-- branch : py3.7 - - - - - 3 changed files: - pypy/module/cpyext/include/pythonrun.h - pypy/m