[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] fix the way to handle W_IntObject in threadedcode tla

2022-04-13 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 9b91de25 by Yusuke Izawa at 2022-04-13T19:25:38+09:00 fix the way to handle W_IntObject in threadedcode tla --HG-- branch : threaded-code-generation - - - - - 2 changed files: - rpython/jit/tl/threadedcod

[pypy-commit] [Git][pypy/pypy][branch/py3.8] Fix some error messages to match CPython (backported from py3.9)

2022-04-13 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy Commits: d37662af by Ronan Lamy at 2022-04-13T16:16:32+01:00 Fix some error messages to match CPython (backported from py3.9) --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/as

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: Fix order of #define to match CPython: push later to avoid confusing the compiler

2022-04-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 3bedc710 by Matti Picus at 2022-04-13T17:18:44+03:00 Fix order of #define to match CPython: push later to avoid confusing the compiler --HG-- branch : py3.8 - - - - - 79f2628e by Matti Picus at 2022-04-13T18:18:00+03:00 refact

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 25 commits: merge heads

2022-04-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 3e3c2ba3 by Carl Friedrich Bolz-Tereick at 2022-03-30T18:20:15+02:00 merge heads - - - - - 7fc3d607 by Ronan Lamy at 2022-03-30T19:39:08+01:00 Simplify TinyObjSpace.__init__() - - - - - 7cf846d3 by Ronan Lamy at 2022-03-31T17:1

[pypy-commit] [Git][pypy/pypy][branch/py3.8] Actually match CPython error message

2022-04-13 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy Commits: ca792d37 by Ronan Lamy at 2022-04-13T16:30:14+01:00 Actually match CPython error message --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/tools/asdl_py.py

[pypy-commit] [Git][pypy/pypy][branch/py3.8] Fix test (backported from 9de88aa63822)

2022-04-13 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy Commits: ab7405ef by Ronan Lamy at 2022-04-13T16:41:26+01:00 Fix test (backported from 9de88aa63822) --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/test/test_ast.py View it on Heptapod: https://foss.heptapod.net/pyp

[pypy-commit] [Git][pypy/pypy][branch/py3.8] woops, while 0: break gave an error before

2022-04-13 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy Commits: d5e30db0 by Carl Friedrich Bolz-Tereick at 2021-11-20T10:07:20+01:00 woops, while 0: break gave an error before (grafted from e570096ef61042c00cc039a18868633c77060a59) --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/i

[pypy-commit] [Git][pypy/pypy][branch/py3.8] the flag changed (we are anyway different than CPython)

2022-04-13 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy Commits: 4f1b65f0 by Carl Friedrich Bolz-Tereick at 2021-12-01T12:49:37+01:00 the flag changed (we are anyway different than CPython) (grafted from 5f344a9ea1bef6ac635657eac29935a51eab6bcd) --HG-- branch : py3.8 - - - - - 1 changed fil

[pypy-commit] [Git][pypy/pypy][branch/py3.8] skip implementation detail when iterating over dict with one element and deleting it

2022-04-13 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy Commits: 5398efab by Matti Picus at 2022-02-21T13:49:27+02:00 skip implementation detail when iterating over dict with one element and deleting it (grafted from c28d04f8c3ce542580f36be91ec067755b4a2f84) --HG-- branch : py3.8 - - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: prefer pypy's offset over cpython's offset

2022-04-13 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy Commits: 22113d14 by Matti Picus at 2022-01-27T18:53:46+02:00 prefer pypy's offset over cpython's offset (grafted from d812e986607195ad3f022c9930ed04159e0afe40) --HG-- branch : py3.8 - - - - - 9458e45c by Carl Friedrich Bolz-Tereick at 2

[pypy-commit] [Git][pypy/pypy][branch/py3.8] Handle invalid values in _blake2 and _sha3 (backported from b47a980c23e8)

2022-04-13 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy Commits: 9b51392b by Ronan Lamy at 2022-04-13T22:22:47+01:00 Handle invalid values in _blake2 and _sha3 (backported from b47a980c23e8) --HG-- branch : py3.8 - - - - - 2 changed files: - lib_pypy/_blake2/__init__.py - lib_pypy/_sha3/__

[pypy-commit] [Git][pypy/pypy][branch/py3.8] struct error messages (backported from a0b17d148fb0)

2022-04-13 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy Commits: c473493f by Ronan Lamy at 2022-04-13T22:44:16+01:00 struct error messages (backported from a0b17d148fb0) --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/struct/interp_struct.py - pypy/module/struct/test/apptest

[pypy-commit] [Git][pypy/pypy][branch/py3.8] update timeit to bring it closer to 3.9 again

2022-04-13 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy Commits: 0ea5c22a by Carl Friedrich Bolz-Tereick at 2021-12-23T20:52:48+01:00 update timeit to bring it closer to 3.9 again (grafted from 57b517c7ce421083b9cfcbb0e8a65ced4ae6159c) --HG-- branch : py3.8 - - - - - 1 changed file: - lib-

[pypy-commit] [Git][pypy/pypy][branch/py3.8] this runs on python2 on the buildbot, cannot use f strings

2022-04-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 55ded8e8 by Matti Picus at 2022-04-14T08:34:38+03:00 this runs on python2 on the buildbot, cannot use f strings --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/package.py View it on Heptapod: https://f

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 15 commits: Fix some error messages to match CPython (backported from py3.9)

2022-04-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: d37662af by Ronan Lamy at 2022-04-13T16:16:32+01:00 Fix some error messages to match CPython (backported from py3.9) --HG-- branch : py3.8 - - - - - 0679cff5 by Matti Picus at 2022-04-13T18:26:32+03:00 merge heads --HG-- branc