Matti Picus pushed to branch branch/win64-py3.6 at PyPy / pypy
Commits: 1c587c14 by Stefano Rivera at 2020-10-13T19:53:55-07:00 bpo-31893: Simplify select.kqueue object comparison Return NotImplemented in comparison with other types, resulting in a defined ordering on 2.7, and an exception on 3.x. - - - - - dd274e80 by Stefano Rivera at 2020-10-13T16:39:07-07:00 Support current MacOS in this (non-upstream) kqueue test On MacOS 10.15 (and presumably other recent versions) ENOENT is returned rather than EBADF. But that's besides the point of the test, so handle it. - - - - - b743e79a by Stefano Rivera at 2020-10-13T23:10:14-07:00 bpo-33041: Fixed jumping if the function contains an 'async for' loop. --HG-- branch : py3.6 - - - - - b274ff65 by Stefano Rivera at 2020-10-13T23:15:58-07:00 bpo-17288: Prevent jump from a yield statement --HG-- branch : py3.6 - - - - - ac8d09ca by Stefano Rivera at 2020-10-14T00:29:24-07:00 test_dis: Drop unnecessary Stack size deltas --HG-- branch : py3.6 - - - - - cfc62cdb by Armin Rigo at 2020-10-14T10:04:54+02:00 update to cffi/831e391a969c - - - - - 820bd34a by Stefano Rivera at 2020-10-14T01:55:13-07:00 bpo-11471: avoid generating a JUMP_FORWARD instruction at the end of an if-block if there is no else-clause --HG-- branch : py3.6 - - - - - 119f506b by Stefano Rivera at 2020-10-14T02:08:05-07:00 PyPy doesn't optimize out jumps to jumps in byte-code (yet?) --HG-- branch : py3.6 - - - - - 54206070 by Armin Rigo at 2020-10-14T11:14:54+02:00 update to cffi/b643ede2c603 - - - - - e68a6436 by Matti Picus at 2020-10-14T17:14:15+03:00 merge default into py3.6 --HG-- branch : py3.6 - - - - - 9aecf3a4 by Matti Picus at 2020-10-15T07:40:49+03:00 skip hpy tests on linux32 --HG-- branch : py3.6 - - - - - 8715f069 by Matti Picus at 2020-10-15T07:41:36+03:00 merge py3.6 into branch --HG-- branch : win64-py3.6 - - - - - 5d4a9784 by Matti Picus at 2020-10-15T07:44:25+03:00 skip _hpy_universal on win64 for now --HG-- branch : win64-py3.6 - - - - - 8 changed files: - lib-python/3/test/test_dis.py - pypy/config/pypyoption.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/pyframe.py - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/_hpy_universal/test/conftest.py - pypy/module/select/interp_kqueue.py - pypy/module/select/test/test_kqueue.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/a48251633cc548eabc79ca712ac7982f3afc208d...5d4a9784ec25a17f7a3b9fcc6d32e9955f019f05 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a48251633cc548eabc79ca712ac7982f3afc208d...5d4a9784ec25a17f7a3b9fcc6d32e9955f019f05 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit