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
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.
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+
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
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
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
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
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
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
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
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)
- - - -
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)
- - - -
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
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
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
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
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
17 matches
Mail list logo