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

2020-08-09 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-update-vendored at PyPy / pypy Commits: 94e15e10 by Ronan Lamy at 2020-08-09T10:57:37+02:00 fix translation --HG-- branch : hpy-update-vendored - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_slot.py View it on GitLab: https://foss.he

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-vendored] Don't store the raw hpymeth on W_ExtensionFunctions, so that slots can create them as well

2020-08-09 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-update-vendored at PyPy / pypy Commits: d5f89aee by Ronan Lamy at 2020-08-09T11:38:56+02:00 Don't store the raw hpymeth on W_ExtensionFunctions, so that slots can create them as well --HG-- branch : hpy-update-vendored - - - - - 3 changed files: - py

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-vendored] Handle tp_new slot

2020-08-09 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-update-vendored at PyPy / pypy Commits: 16ddbe1a by Ronan Lamy at 2020-08-09T11:44:24+02:00 Handle tp_new slot --HG-- branch : hpy-update-vendored - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_slot.py View it on GitLab: https://foss

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/more-precise-stat-time-on-macos

2020-08-09 Thread Matti Picus
Matti Picus deleted branch branch/more-precise-stat-time-on-macos at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listin

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 10 commits: /O2 or /Ox on MSVC does tail call optimization

2020-08-09 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: ca920b27 by Matti Picus at 2020-08-03T08:04:51+03:00 /O2 or /Ox on MSVC does tail call optimization - - - - - c78bdbab by Matti Picus at 2020-08-02T19:52:22+03:00 rsocket tests - win32 has no recvmsg; socketgetsockname needs to

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 14 commits: /O2 or /Ox on MSVC does tail call optimization

2020-08-09 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: ca920b27 by Matti Picus at 2020-08-03T08:04:51+03:00 /O2 or /Ox on MSVC does tail call optimization - - - - - c78bdbab by Matti Picus at 2020-08-02T19:52:22+03:00 rsocket tests - win32 has no recvmsg; socketgetsockname needs to

[pypy-commit] [Git][pypy/pypy][branch/default] 4 commits: Use timespec on macOS too.

2020-08-09 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 95a26954 by Julian Berman at 2020-07-18T15:52:08-04:00 Use timespec on macOS too. It's present, the fields are just named slightly differently. I think this fixes all but one test in rlib.rposix_stat, which previously were fa

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/hpy-setuptools-extension

2020-08-09 Thread Antonio Cuni
Antonio Cuni pushed new branch branch/hpy-setuptools-extension at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/branch/hpy-setuptools-extension You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Git][pypy/pypy][branch/win64] 19 commits: get rid of the pre-version-80 support. It was buggy because it expected...

2020-08-09 Thread nulano
nulano pushed to branch branch/win64 at PyPy / pypy Commits: f44c09a9 by Armin Rigo at 2020-07-30T15:30:00+02:00 get rid of the pre-version-80 support. It was buggy because it expected output from cl.exe in English and wouldn't recognize the output in French, for example - - - - - 81e0c554