[pypy-commit] [Git][pypy/pypy][branch/win64] always use win64_14x externals branch

2020-08-30 Thread nulano
nulano pushed to branch branch/win64 at PyPy / pypy Commits: 246d52d8 by nulano at 2020-08-31T01:04:06+02:00 always use win64_14x externals branch --HG-- branch : win64 - - - - - 1 changed file: - rpython/translator/platform/windows.py View it on GitLab: https://foss.heptapod.net/pypy/p

[pypy-commit] [Git][pypy/pypy][branch/py3.6] clean up test_sock_app, fix _socket.share

2020-08-30 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 9a9c75a7 by Matti Picus at 2020-08-30T23:07:45+03:00 clean up test_sock_app, fix _socket.share --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/module/_socket/interp_socket.py - pypy/module/_socket/test/test_sock_app.

[pypy-commit] [Git][pypy/pypy][branch/default] 4 commits: Trying to implement pypyjit.releaseall(), marking all machine codes as to be released

2020-08-30 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: cb01408e by Armin Rigo at 2020-08-30T16:10:16+02:00 Trying to implement pypyjit.releaseall(), marking all machine codes as to be released --HG-- branch : jit-releaseall - - - - - f28fdcda by Armin Rigo at 2020-08-30T17:01:28+

[pypy-commit] [Git][pypy/pypy][branch/default] explain the return value of this function in the docstring

2020-08-30 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: f6d4891c by Armin Rigo at 2020-08-30T17:10:02+02:00 explain the return value of this function in the docstring - - - - - 1 changed file: - pypy/module/pypyjit/interp_jit.py View it on GitLab: https://foss.heptapod.net/pyp

[pypy-commit] [Git][pypy/pypy][branch/jit-releaseall] Add the app-level hook 'pypyjit.releaseall()'

2020-08-30 Thread Armin Rigo
Armin Rigo pushed to branch branch/jit-releaseall at PyPy / pypy Commits: a2a08253 by Armin Rigo at 2020-08-30T17:13:03+02:00 Add the app-level hook 'pypyjit.releaseall()' --HG-- branch : jit-releaseall - - - - - 2 changed files: - pypy/module/pypyjit/interp_jit.py - pypy/module/pypyjit/mo

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/jit-releaseall

2020-08-30 Thread Armin Rigo
Armin Rigo pushed new branch branch/jit-releaseall at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/jit-releaseall You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mai

[pypy-commit] [Git][pypy/pypy][branch/py3.6] fix merge

2020-08-30 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: d4b9fe6f by Matti Picus at 2020-08-30T16:30:05+03:00 fix merge --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/_cffi_backend/test/test_c.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/d4b

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

2020-08-30 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 81aa90e2 by Matti Picus at 2020-08-30T13:44:13+03:00 typo - - - - - 1 changed file: - rpython/translator/platform/windows.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/81aa90e2539cb51ed20892c7e24a94d

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: typo

2020-08-30 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 81aa90e2 by Matti Picus at 2020-08-30T13:44:13+03:00 typo - - - - - 3ea50edf by Matti Picus at 2020-08-30T13:44:48+03:00 merge default into py3.6 --HG-- branch : py3.6 - - - - - c733a00f by Matti Picus at 2020-08-30T13:45:08+0

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: typo

2020-08-30 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 81aa90e2 by Matti Picus at 2020-08-30T13:44:13+03:00 typo - - - - - 3ea50edf by Matti Picus at 2020-08-30T13:44:48+03:00 merge default into py3.6 --HG-- branch : py3.6 - - - - - 1 changed file: - rpython/translator/platform

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 9 commits: properly skipif test

2020-08-30 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 14dadc2b by Matti Picus at 2020-08-28T08:19:08+03:00 properly skipif test - - - - - b0aaf43e by Armin Rigo at 2020-08-30T10:48:55+02:00 for now, skip tests that can't find the 'c' library (notably on Windows with PyPy) - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 8 commits: properly skipif test

2020-08-30 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 14dadc2b by Matti Picus at 2020-08-28T08:19:08+03:00 properly skipif test - - - - - b0aaf43e by Armin Rigo at 2020-08-30T10:48:55+02:00 for now, skip tests that can't find the 'c' library (notably on Windows with PyPy) - - - -

[pypy-commit] [Git][pypy/pypy][branch/default] make stack 3MB on windows

2020-08-30 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: ab4c0b0a by Matti Picus at 2020-08-30T13:28:44+03:00 make stack 3MB on windows - - - - - 1 changed file: - rpython/translator/platform/windows.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/ab4c0b0a9f

[pypy-commit] [Git][pypy/pypy][branch/default] add the tweaked test_c.py from cffi, which can now be run directly

2020-08-30 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: b1730594 by Armin Rigo at 2020-08-30T11:24:28+02:00 add the tweaked test_c.py from cffi, which can now be run directly - - - - - 2 changed files: - + extra_tests/cffi_tests/test_c.py - pypy/tool/import_cffi.py View it on G

[pypy-commit] [Git][pypy/pypy][branch/default] clean up unused import

2020-08-30 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: f777c652 by Matti Picus at 2020-08-30T12:15:42+03:00 clean up unused import - - - - - 1 changed file: - extra_tests/test_binop_overriding.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/f777c65246888eb

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: this test is fragile on a non-translated pypy, skip it

2020-08-30 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: be3b4f8a by Armin Rigo at 2020-08-30T11:18:44+02:00 this test is fragile on a non-translated pypy, skip it - - - - - b1949e10 by Armin Rigo at 2020-08-30T11:19:17+02:00 merge heads - - - - - 1 changed file: - pypy/module/_c

[pypy-commit] [Git][pypy/pypy][branch/default] for now, skip tests that can't find the 'c' library (notably on Windows with PyPy)

2020-08-30 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: b0aaf43e by Armin Rigo at 2020-08-30T10:48:55+02:00 for now, skip tests that can't find the 'c' library (notably on Windows with PyPy) - - - - - 1 changed file: - pypy/module/_cffi_backend/test/test_c.py View it on GitLab