Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits: 2d3200fb by nulano at 2022-05-12T10:18:56+01:00 fix NFA generation in metaparser for grammar rules of form "foo: [a* b]" --HG-- branch : metaparser-optional-repeater - - - - - fd391731 by nulano at 2022-05-12T11:13:12+01:00 check both DFA states --HG-- branch : metaparser-optional-repeater - - - - - 53255e50 by fijal at 2022-06-02T11:25:38+02:00 use non-ll2ctypes-based call for something that's called during translation --HG-- branch : test-streamio-using-osopen - - - - - 8ede1bd9 by Matti Picus at 2022-06-06T07:55:04+03:00 special case windows --HG-- branch : test-streamio-using-osopen - - - - - 0ec3be5a by Matti Picus at 2022-06-06T08:07:07+03:00 sys.platform is not rpython, redo differently --HG-- branch : test-streamio-using-osopen - - - - - e4285e54 by Matti Picus at 2022-06-06T12:18:50+03:00 narrow the scope of the work-around to untranslated darwin to make own tests pass --HG-- branch : test-streamio-using-osopen - - - - - 67b095f3 by Matti Picus at 2022-06-06T18:44:09+03:00 skip untranslated tests that try to pass unicode into streamio.open_path_helper on darwin --HG-- branch : test-streamio-using-osopen - - - - - 6d0a4457 by Matti Picus at 2022-06-06T20:48:29+03:00 merge test-streamio-using-osopen into default - - - - - 8078586a by Matti Picus at 2022-06-07T08:30:37+03:00 tweak build instructions, mainly to trigger a new build of default after changing salsa* macos buildbot configurations - - - - - 6cb377b4 by Armin Rigo at 2022-06-08T10:15:13+02:00 update to cffi 1.15.1 (tentative, at cffi rev 42bc0cfb5a15) - - - - - 16b77a54 by Matti Picus at 2022-06-08T00:02:50+03:00 no binary wheel avaialbe for vmprof on pypy - - - - - 04067d03 by Matti Picus at 2022-06-09T10:16:14+03:00 skip _cffi_backend/test/test_recompiler on darwin untranslated - - - - - 6247ab4b by Maxwell Bernstein at 2022-06-09T03:23:59-07:00 Optimize float_abs(float_abs(x)) to float_abs(x) --HG-- branch : mb-optimize-abs-abs - - - - - a327f981 by Maxwell Bernstein at 2022-06-09T03:29:49-07:00 Fix test name and add nested abs case --HG-- branch : mb-optimize-abs-abs - - - - - c899fa86 by Carl Friedrich Bolz-Tereick at 2022-06-09T10:37:34+00:00 Merge branch 'branch/mb-optimize-abs-abs' into 'branch/default' Optimize float_abs(float_abs(x)) to float_abs(x) See merge request pypy/pypy!848 - - - - - 1eceb889 by Carl Friedrich Bolz-Tereick at 2022-06-09T22:11:04+02:00 ouch: debug_assert_not_none does also not invalidate storesink caches - - - - - 12c4f6ba by Carl Friedrich Bolz-Tereick at 2022-06-10T10:01:39+00:00 Merge branch 'branch/metaparser-optional-repeater' into 'branch/default' Fix NFA generation in metaparser for grammar rules of form "foo: [a* b]" See merge request pypy/pypy!845 - - - - - 6bd37a67 by Carl Friedrich Bolz-Tereick at 2022-06-10T22:09:50+02:00 introduce space.newtuple2 to save the list allocation when a specialized two-tuple is used anyway - - - - - 0d4d48d8 by Carl Friedrich Bolz-Tereick at 2022-06-10T22:45:17+02:00 merge default --HG-- branch : py3.8 - - - - - 30 changed files: - extra_tests/cffi_tests/embedding/empty.py - extra_tests/cffi_tests/embedding/test_basic.py - extra_tests/cffi_tests/test_c.py - lib_pypy/cffi.dist-info/METADATA - lib_pypy/cffi/__init__.py - lib_pypy/cffi/_embedding.h - lib_pypy/cffi/recompiler.py - pypy/doc/build.rst - pypy/interpreter/function.py - pypy/interpreter/gateway.py - pypy/interpreter/module.py - pypy/interpreter/nestedscope.py - pypy/interpreter/pycode.py - pypy/interpreter/pyparser/metaparser.py - pypy/interpreter/pyparser/test/test_metaparser.py - pypy/module/__builtin__/functional.py - pypy/module/__pypy__/interp_magic.py - pypy/module/_cffi_backend/__init__.py - pypy/module/_cffi_backend/allocator.py - pypy/module/_cffi_backend/cbuffer.py - pypy/module/_cffi_backend/cdataobj.py - pypy/module/_cffi_backend/cerrno.py - pypy/module/_cffi_backend/ctypefunc.py - pypy/module/_cffi_backend/ctypestruct.py - pypy/module/_cffi_backend/func.py - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/_cffi_backend/test/test_recompiler.py - pypy/module/_codecs/interp_codecs.py - pypy/module/_collections/interp_deque.py - pypy/module/_continuation/interp_pickle.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3289a8bc4834b489acf96f7706457cb8d666480c...0d4d48d8035244f41ff0ec4617de71f481576da8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3289a8bc4834b489acf96f7706457cb8d666480c...0d4d48d8035244f41ff0ec4617de71f481576da8 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com