[pypy-commit] [Git][pypy/pypy][branch/win64-py3.6] 13 commits: bpo-31893: Simplify select.kqueue object comparison

2020-10-14 Thread Matti Picus
Matti Picus pushed to branch branch/win64-py3.6 at PyPy / pypy Commits: 1c587c14 by Stefano Rivera at 2020-10-13T19:53:55-07:00 bpo-31893: Simplify select.kqueue object comparison Return NotImplemented in comparison with other types, resulting in a defined ordering on 2.7, and an exception on

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 7 commits: sort the tuple of wanted names

2020-10-14 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 3e39e466 by Matti Picus at 2020-10-13T02:44:17+03:00 sort the tuple of wanted names - - - - - 1c587c14 by Stefano Rivera at 2020-10-13T19:53:55-07:00 bpo-31893: Simplify select.kqueue object comparison Return NotImplemented in

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

2020-10-14 Thread nulano
nulano pushed to branch branch/win64-py3.6 at PyPy / pypy Commits: a4825163 by nulano at 2020-10-14T23:56:11+01:00 fix merge/test --HG-- branch : win64-py3.6 - - - - - 1 changed file: - pypy/module/_multiprocessing/test/test_semaphore.py View it on GitLab: https://foss.heptapod.net/pypy

[pypy-commit] [Git][pypy/pypy][branch/win64-py3.6] 2 commits: fix translation

2020-10-14 Thread Matti Picus
Matti Picus pushed to branch branch/win64-py3.6 at PyPy / pypy Commits: 25cc3b60 by Matti Picus at 2020-10-14T21:07:14+03:00 fix translation --HG-- branch : win64-py3.6 - - - - - e8e406f4 by Matti Picus at 2020-10-14T23:30:21+03:00 fix merge/translation issues --HG-- branch : win64-py3.6 -

[pypy-commit] [Git][pypy/pypy][branch/win64-py3.6] fix merge - all bigint_w conversions must have a convert method

2020-10-14 Thread Matti Picus
Matti Picus pushed to branch branch/win64-py3.6 at PyPy / pypy Commits: a9b37bd6 by Matti Picus at 2020-10-14T17:46:26+03:00 fix merge - all bigint_w conversions must have a convert method --HG-- branch : win64-py3.6 - - - - - 1 changed file: - pypy/module/array/interp_array.py View it o

[pypy-commit] [Git][pypy/pypy][branch/default] update to cffi/b643ede2c603

2020-10-14 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 54206070 by Armin Rigo at 2020-10-14T11:14:54+02:00 update to cffi/b643ede2c603 - - - - - 1 changed file: - pypy/module/_cffi_backend/test/_backend_test_c.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 3 commits: test_dis: Drop unnecessary Stack size deltas

2020-10-14 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/py3.6 at PyPy / pypy Commits: ac8d09ca by Stefano Rivera at 2020-10-14T00:29:24-07:00 test_dis: Drop unnecessary Stack size deltas --HG-- branch : py3.6 - - - - - 820bd34a by Stefano Rivera at 2020-10-14T01:55:13-07:00 bpo-11471: avoid generating a JUMP_

[pypy-commit] [Git][pypy/pypy][branch/default] update to cffi/831e391a969c

2020-10-14 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: cfc62cdb by Armin Rigo at 2020-10-14T10:04:54+02:00 update to cffi/831e391a969c - - - - - 1 changed file: - pypy/module/_cffi_backend/test/_backend_test_c.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/win64-py3.6

2020-10-14 Thread Matti Picus
Matti Picus pushed new branch branch/win64-py3.6 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/win64-py3.6 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: bpo-33041: Fixed jumping if the function contains an 'async for' loop.

2020-10-14 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/py3.6 at PyPy / pypy Commits: b743e79a by Stefano Rivera at 2020-10-13T23:10:14-07:00 bpo-33041: Fixed jumping if the function contains an 'async for' loop. --HG-- branch : py3.6 - - - - - b274ff65 by Stefano Rivera at 2020-10-13T23:15:58-07:00 bpo-17288