Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
17c1c86c by Matti Picus at 2020-07-18T21:56:49+03:00
properly export GetACP, fix? WSASend
--HG--
branch : py3.7
- - - - -
3 changed files:
- lib_pypy/_overlapped.py
- lib_pypy/_pypy_winbase_build.py
- lib_pypy/_pypy_winbase_
Julian Berman pushed new branch branch/more-precise-stat-time-on-macos at PyPy
/ pypy
--
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/more-precise-stat-time-on-macos
You're receiving this email because of your account on foss.heptapod.net.
___
Julian Berman pushed to branch branch/more-precise-stat-time-on-macos at PyPy /
pypy
Commits:
69c128c8 by Julian Berman at 2020-07-18T16:03:40-04:00
Uglily fix test_high_precision_stat_time on macOS
Copypaste + modify the differing struct field names.
--HG--
branch : more-precise-stat-time-o
Julian Berman pushed to branch branch/more-precise-stat-time-on-macos at PyPy /
pypy
Commits:
74375299 by Julian Berman at 2020-07-18T16:12:47-04:00
Fixup the comments around timespec field naming.
--HG--
branch : more-precise-stat-time-on-macos
- - - - -
1 changed file:
- rpython/rlib/rp
Armin Rigo pushed to branch branch/default at PyPy / pypy
Commits:
3241c482 by Armin Rigo at 2020-07-19T08:52:49+02:00
Issue #3246
Got it once on aarch64. Cannot reproduce, of course, so I'm still in the
dark.
Trying to add a couple of extra asserts
- - - - -
1 changed file:
- rpython/ji