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:19+03:00 backport test (issue 3269) - - - - - 10620d7c by Armin Rigo at 2020-07-17T13:10:06+02:00 Older versions of CPython 2.7.x (like 2.7.6) don't support this new syntax when called in a function involving nested scopes. These fixes are enough for me to translate pypy on some strange machine, but I agree that we're not really aiming to support CPython 2.7.6 any more---so, no test for that - - - - - 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 - - - - - 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() - - - - - 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 - - - - - 5f142e6c by Armin Rigo at 2020-07-21T16:54:06+02:00 add a win64 comment here - - - - - c04de469 by Armin Rigo at 2020-07-21T17:17:27+02:00 hg merge default --HG-- branch : py3.6 - - - - - 059a3593 by Armin Rigo at 2020-07-21T17:19:08+02:00 For now, don't do any checking in the app-level signal.set_wakeup_fd() on Windows --HG-- branch : py3.6 - - - - - 10 changed files: - pypy/module/signal/interp_signal.py - rpython/annotator/specialize.py - rpython/jit/backend/llsupport/asmmemmgr.py - rpython/jit/backend/llsupport/descr.py - rpython/jit/metainterp/warmspot.py - rpython/rlib/entrypoint.py - rpython/rlib/jit.py - rpython/rlib/ropenssl.py - rpython/rtyper/lltypesystem/rffi.py - rpython/translator/c/src/signals.c View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/e23154e53b4d84cd962183b29e5f775e8e78cb02...059a35933567edf6f093882c52708e1820f35ea9 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/e23154e53b4d84cd962183b29e5f775e8e78cb02...059a35933567edf6f093882c52708e1820f35ea9 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
