nulano pushed to branch branch/win64 at PyPy / pypy
Commits:
00564f38 by nulano at 2020-08-17T20:38:18+02:00
change some longs to Signeds in c sources; these should not matter, but avoid
confusion
--HG--
branch : win64
- - - - -
e6ddbfa5 by nulano at 2020-08-17T21:45:19+02:00
fix long vs Sig
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy
Commits:
97b7cf63 by Matti Picus at 2020-08-17T11:28:31+03:00
remove debug cruft
--HG--
branch : py3.6
- - - - -
daf9f0b5 by Matti Picus at 2020-08-17T14:26:06+03:00
use _chsize_s for ftruncate on windows; CPython BPO 23668
--HG--
bran
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
dd692012 by Armin Rigo at 2020-08-16T15:32:08+02:00
Issue #3282
An obscure case where CPython is confused about enumerating bytes or ints
--HG--
branch : py3.6
- - - - -
07829564 by Matti Picus at 2020-08-16T21:58:37+03:00
add
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
1d58b8f2 by Matti Picus at 2020-08-17T14:27:43+03:00
backport rpython part of 4255afffa627
- - - - -
1 changed file:
- rpython/rlib/rposix.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/commit/1d58b8f2d613aa
Matti Picus pushed to branch branch/msvcrt at PyPy / pypy
Commits:
0887861c by Matti Picus at 2020-08-17T14:28:51+03:00
os -> rposix in module/_file
--HG--
branch : msvcrt
- - - - -
1 changed file:
- pypy/module/_file/interp_file.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy
Armin Rigo pushed to branch branch/win64 at PyPy / pypy
Commits:
635791f5 by Armin Rigo at 2020-08-17T11:09:59+02:00
fix: otherwise, the variable is only 4 bytes but the JIT writes to it as if it
were 8 bytes
--HG--
branch : win64
- - - - -
1 changed file:
- rpython/translator/c/src/signa