[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: the thread local id was not stored in call_release_gil_...

2020-04-01 Thread Richard Plangger
Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: a8430582 by Richard Plangger at 2020-04-01T16:44:31-04:00 the thread local id was not stored in call_release_gil_... - - - - - 4d55ae13 by Richard Plangger at 2020-04-01T16:45:57-04:00 add a comment - - - - - 1 changed f

[pypy-commit] [Git][pypy/pypy.org] Pushed new branch topic/default/README-fix

2020-04-01 Thread Mark Doerr
Mark Doerr pushed new branch topic/default/README-fix at PyPy / pypy.org --- View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/tree/topic/default/README-fix You're receiving this email because of your account on foss.heptapod.net. ___ pypy-comm

[pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] backed out 4449624affea

2020-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 302053ca by Matti Picus at 2020-04-01T22:10:58+03:00 backed out 4449624affea --HG-- branch : release-pypy2.7-v7.x - - - - - 2 changed files: - pypy/interpreter/function.py - pypy/interpreter/test/apptest_functio

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] backed out 4449624affea, 7e9f3615bc7c

2020-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: c1096d44 by Matti Picus at 2020-04-01T22:27:04+03:00 backed out 4449624affea, 7e9f3615bc7c --HG-- branch : release-pypy3.6-v7.x - - - - - 3 changed files: - pypy/interpreter/function.py - pypy/interpreter/test/a

[pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 3 commits: update release note for latest fixes

2020-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: ab635bdb by Matti Picus at 2020-04-01T15:57:13+03:00 update release note for latest fixes - - - - - 2dce29f0 by Matti Picus at 2020-04-01T19:00:13+03:00 fix for 4449624affea and friends (cfbolz) - - - - - 7d1fc09c

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 3 commits: update release note for latest fixes

2020-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: ab635bdb by Matti Picus at 2020-04-01T15:57:13+03:00 update release note for latest fixes - - - - - 2dce29f0 by Matti Picus at 2020-04-01T19:00:13+03:00 fix for 4449624affea and friends (cfbolz) - - - - - 2e2e636b by Matti Picus

[pypy-commit] [Git][pypy/pypy][branch/default] fix for 4449624affea and friends (cfbolz)

2020-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 2dce29f0 by Matti Picus at 2020-04-01T19:00:13+03:00 fix for 4449624affea and friends (cfbolz) - - - - - 1 changed file: - lib_pypy/_hashlib/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2dce29f

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] 2 commits: do the same for a few py3-specific function attributes

2020-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: 9dd405e7 by Carl Friedrich Bolz-Tereick at 2020-04-01T15:27:05+02:00 do the same for a few py3-specific function attributes --HG-- branch : py3.6 - - - - - 511bf4be by Matti Picus at 2020-04-01T19:03:30+03:00 merge

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] fix for 4449624affea and friends (cfbolz)

2020-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: 81767a79 by Matti Picus at 2020-04-01T19:00:13+03:00 fix for 4449624affea and friends (cfbolz) --HG-- branch : release-pypy3.6-v7.x - - - - - 1 changed file: - lib_pypy/_hashlib/__init__.py View it on GitLab:

[pypy-commit] [Git][pypy/pypy][branch/py3.6] do the same for a few py3-specific function attributes

2020-04-01 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.6 at PyPy / pypy Commits: 9dd405e7 by Carl Friedrich Bolz-Tereick at 2020-04-01T15:27:05+02:00 do the same for a few py3-specific function attributes --HG-- branch : py3.6 - - - - - 3 changed files: - pypy/interpreter/function.py - pypy

[pypy-commit] [Git][pypy/pypy][branch/default] update release note for latest fixes

2020-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: ab635bdb by Matti Picus at 2020-04-01T15:57:13+03:00 update release note for latest fixes - - - - - 1 changed file: - pypy/doc/release-v7.3.1.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/ab635bdb0f5a42

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 3 commits: only test errno after translation

2020-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: d8cf2205 by Matti Picus at 2020-04-01T09:33:20+03:00 only test errno after translation - - - - - a5ad6648 by Matti Picus at 2020-04-01T12:33:33+03:00 revert attempts to get test__jitlog.py to run on win32 untranslated, skip inste

[pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 18 commits: first zarch version of rgil-track-thread

2020-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 6abcc03b by Richard Plangger at 2020-03-29T13:52:53-04:00 first zarch version of rgil-track-thread - - - - - b3425284 by Richard Plangger at 2020-03-29T14:08:18-04:00 typo - - - - - ba941fdb by Armin Rigo at 2020-0

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] 19 commits: fix for test_short_result_of_call_compiled on ppc: clamp the result values of

2020-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: c08678b5 by Armin Rigo at 2020-03-31T15:38:56+02:00 fix for test_short_result_of_call_compiled on ppc: clamp the result values of calls to the expected range - - - - - 9fef2876 by Matti Picus at 2020-03-31T22:20:19+

[pypy-commit] [Git][pypy/pypy][branch/default] make other attributes of builtin functions unwriteable/undeletable as well

2020-04-01 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 383af038 by Carl Friedrich Bolz-Tereick at 2020-04-01T12:49:31+02:00 make other attributes of builtin functions unwriteable/undeletable as well - - - - - 2 changed files: - pypy/interpreter/function.py - pypy/

[pypy-commit] [Git][pypy/pypy][branch/py3.7] start implementing TextIOWrapper.reconfigure

2020-04-01 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 7ec753fe by Carl Friedrich Bolz-Tereick at 2020-03-31T14:45:11+02:00 start implementing TextIOWrapper.reconfigure (not completely done yet: it's not quite possible to easily distinguish "this kwonly argument wasn'

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 5 commits: probable fix for ppc

2020-04-01 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.6 at PyPy / pypy Commits: eda04e61 by Armin Rigo at 2020-04-01T10:11:43+02:00 probable fix for ppc - - - - - daad32db by Armin Rigo at 2020-04-01T10:22:13+02:00 merge heads - - - - - 6ec1d030 by Armin Rigo at 2020-04-01T10:43:48+02:00 Rewr

[pypy-commit] [Git][pypy/pypy][branch/default] Rewrite gc_load_indexed with a constant index into a plain gc_load

2020-04-01 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 6ec1d030 by Armin Rigo at 2020-04-01T10:43:48+02:00 Rewrite gc_load_indexed with a constant index into a plain gc_load - - - - - 2 changed files: - rpython/jit/backend/llsupport/rewrite.py - rpython/jit/backend/llsupport/test/

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: probable fix for ppc

2020-04-01 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: eda04e61 by Armin Rigo at 2020-04-01T10:11:43+02:00 probable fix for ppc - - - - - daad32db by Armin Rigo at 2020-04-01T10:22:13+02:00 merge heads - - - - - 2 changed files: - rpython/jit/backend/ppc/opassembler.py - rpython/