Armin Rigo pushed to branch branch/default at PyPy / pypy
Commits:
191cacc2 by Armin Rigo at 2020-07-21T16:18:36+02:00
#3220 in-progress
Support the RPython-level pypysig_set_wakeup_fd() optionally using send()
instead of write()
- - - - -
3 changed files:
- rpython/rlib/rsignal.py
- rpyth
Armin Rigo pushed to branch branch/default at PyPy / pypy
Commits:
15b82b07 by Armin Rigo at 2020-07-21T16:46:05+02:00
Revert the direction in which I was taking this, and instead just check
in the C code if the fd appears to be a socket on Windows
- - - - -
3 changed files:
- rpython/rlib/
Armin Rigo pushed to branch branch/default at PyPy / pypy
Commits:
5f142e6c by Armin Rigo at 2020-07-21T16:54:06+02:00
add a win64 comment here
- - - - -
1 changed file:
- rpython/translator/c/src/signals.c
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/commit/5f142e6c625dff5f0
Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy
Commits:
0a10e74f by Matti Picus at 2020-07-14T10:51:17+03:00
fix 0a6fc92dba19, add missing import
- - - - -
13582da4 by Matti Picus at 2020-07-14T14:22:57+03:00
typo (thanks nulano)
- - - - -
b802d0ab by Matti Picus at 2020-07-16T15:03:
Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy
Commits:
8e1d16dd by Armin Rigo at 2020-07-21T17:33:30+02:00
missing include
- - - - -
5d0b3e77 by Armin Rigo at 2020-07-21T17:34:08+02:00
hg merge default
--HG--
branch : py3.6
- - - - -
1 changed file:
- rpython/translator/c/src/si
Armin Rigo pushed to branch branch/default at PyPy / pypy
Commits:
8e1d16dd by Armin Rigo at 2020-07-21T17:33:30+02:00
missing include
- - - - -
1 changed file:
- rpython/translator/c/src/signals.c
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/commit/8e1d16dd21ea84655ddab9addd
Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy
Commits:
a13a3bdb by Armin Rigo at 2020-07-21T17:47:39+02:00
fix
- - - - -
9be4ab8c by Armin Rigo at 2020-07-21T17:47:56+02:00
hg merge default
--HG--
branch : py3.6
- - - - -
1 changed file:
- rpython/translator/c/src/signals.c
Vi
Armin Rigo pushed to branch branch/default at PyPy / pypy
Commits:
a13a3bdb by Armin Rigo at 2020-07-21T17:47:39+02:00
fix
- - - - -
1 changed file:
- rpython/translator/c/src/signals.c
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/commit/a13a3bdb278582bf4478ff00b1b30427737b1d
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
c510b896 by Ronan Lamy at 2020-07-21T18:07:56+01:00
Fix skipping of backend-specific jit tests to not crash test collection on the
other platforms
- - - - -
4 changed files:
- rpython/jit/backend/aarch64/test/conftest.py
-
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
51a0030d by Ronan Lamy at 2020-07-21T21:22:42+01:00
Add different way of skipping for when pytest is called on a single file
(sadness)
- - - - -
3 changed files:
- rpython/jit/backend/aarch64/test/conftest.py
- rpython/jit/
Ronan Lamy pushed to branch branch/assert-rewrite at PyPy / pypy
Commits:
7e6c4297 by Ronan Lamy at 2020-07-22T03:44:54+01:00
fix rpython/translator/c
--HG--
branch : assert-rewrite
- - - - -
10 changed files:
- rpython/translator/c/test/test_boehm.py
- rpython/translator/c/test/test_excep
11 matches
Mail list logo