[pypy-commit] [Git][pypy/pypy][branch/py3.9] 26 commits: MSVC has a copysign, remove macro definition (bpo 42120)

2022-04-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: d2007bbe by Matti Picus at 2022-04-14T21:19:19+03:00 MSVC has a copysign, remove macro definition (bpo 42120) - - - - - a39a358a by Carl Friedrich Bolz-Tereick at 2022-04-17T19:10:33+02:00 ouch: the variable 'name' in this funct

[pypy-commit] [Git][pypy/pypy][branch/default] underline not needed on windows for hypot, copysign anymore

2022-04-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: aaef50e9 by Matti Picus at 2022-04-25T14:47:37+03:00 underline not needed on windows for hypot, copysign anymore - - - - - 1 changed file: - rpython/rtyper/lltypesystem/module/ll_math.py View it on Heptapod: https://foss

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: redo f1e11a5372fb

2022-04-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 296a7020 by Matti Picus at 2022-04-25T14:23:02+03:00 redo f1e11a5372fb --HG-- branch : py3.8 - - - - - aaef50e9 by Matti Picus at 2022-04-25T14:47:37+03:00 underline not needed on windows for hypot, copysign anymore - - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: redo f1e11a5372fb

2022-04-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 296a7020 by Matti Picus at 2022-04-25T14:23:02+03:00 redo f1e11a5372fb --HG-- branch : py3.8 - - - - - aaef50e9 by Matti Picus at 2022-04-25T14:47:37+03:00 underline not needed on windows for hypot, copysign anymore - - - - -

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 2 commits: fix bug in call_assembler hacking

2022-04-25 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 5ad2c547 by Yusuke Izawa at 2022-04-26T02:40:18+09:00 fix bug in call_assembler hacking --HG-- branch : threaded-code-generation - - - - - 800ad5ae by Yusuke Izawa at 2022-04-26T02:41:11+09:00 fix tests in t