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
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
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
- - - - -
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
- - - - -
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