[pypy-commit] [Mercurial][pypy/pypy][branch/default] 5 commits: #3917: make list slicing robust against the __index__ operation of one of the

2023-04-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 0d4febeb by Carl Friedrich Bolz-Tereick at 2023-04-27T19:25:43+02:00 #3917: make list slicing robust against the __index__ operation of one of the slice's start/stop/step attributes modifying the list - - - - -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] #3925 fix weirdness about combining annotations and a global declaration of a

2023-04-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: a356a4eb by Carl Friedrich Bolz-Tereick at 2023-04-29T14:12:16+02:00 #3925 fix weirdness about combining annotations and a global declaration of a name in some random function --HG-- branch : py3.9 - - - - - 3

[pypy-commit] [Mercurial][pypy/pypy][branch/threaded-code-generation] refactoring

2023-04-29 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 010bbdd8 by Yusuke Izawa at 2023-04-30T00:04:55+09:00 refactoring --HG-- branch : threaded-code-generation - - - - - 1 changed file: - rpython/jit/metainterp/optimizeopt/tracesplit.py View it on Heptapo

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: #3520 fix wrong implementation of _copy_base for slices of n-dimensional

2023-04-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: b01f90c4 by Carl Friedrich Bolz-Tereick at 2023-04-29T20:42:27+02:00 #3520 fix wrong implementation of _copy_base for slices of n-dimensional buffers --HG-- branch : py3.9 - - - - - 913501ea by Carl Friedrich Bo

[pypy-commit] [Mercurial][pypy/pypy][branch/default] remove duplicate test, remove unneeded xfail

2023-04-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: ad4a154d by Carl Friedrich Bolz-Tereick at 2023-04-29T21:49:21+02:00 remove duplicate test, remove unneeded xfail (but test_pure_ovf_bug_with_replacement is still wrong according to Z3, see #3875) - - - - - 1

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: fix st_mode as returned from lstat, which fixes ntpath.islink

2023-04-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 09eb62e2 by Matti Picus at 2023-04-30T05:59:12+03:00 fix st_mode as returned from lstat, which fixes ntpath.islink This should be backported to default --HG-- branch : py3.9 - - - - - 8ea67a76 by Matti Picus at 2023-04-30T06:0

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 7 commits: #3925 fix weirdness about combining annotations and a global declaration of a

2023-04-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: a356a4eb by Carl Friedrich Bolz-Tereick at 2023-04-29T14:12:16+02:00 #3925 fix weirdness about combining annotations and a global declaration of a name in some random function --HG-- branch : py3.9 - - - - - b01f90c4 by Carl F