[pypy-commit] [Git][pypy/pypy][branch/test-streamio-using-osopen] narrow the scope of the work-around to untranslated darwin to make own tests pass
Matti Picus pushed to branch branch/test-streamio-using-osopen at PyPy / pypy Commits: 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 - - - - - 1 changed file: - rpython/rlib/streamio.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e4285e541757430871f467bbf91b6b06f23f43a7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e4285e541757430871f467bbf91b6b06f23f43a7 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
[pypy-commit] [Git][pypy/pypy][branch/test-streamio-using-osopen] skip untranslated tests that try to pass unicode into streamio.open_path_helper on darwin
Matti Picus pushed to branch branch/test-streamio-using-osopen at PyPy / pypy Commits: 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 - - - - - 3 changed files: - pypy/module/_file/test/test_file.py - pypy/module/_file/test/test_file_extra.py - pypy/module/posix/test/test_posix2.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/67b095f35525e07af5e979250e38e17886a9ef96 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/67b095f35525e07af5e979250e38e17886a9ef96 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
[pypy-commit] [Git][pypy/pypy][branch/default] 6 commits: use non-ll2ctypes-based call for something that's called during translation
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 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 - - - - - 4 changed files: - pypy/module/_file/test/test_file.py - pypy/module/_file/test/test_file_extra.py - pypy/module/posix/test/test_posix2.py - rpython/rlib/streamio.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a06d3e09a21caac28dd75d7d416e2be979eb93a6...6d0a4457ffda5fdd7802da87509949d3d77de96f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a06d3e09a21caac28dd75d7d416e2be979eb93a6...6d0a4457ffda5fdd7802da87509949d3d77de96f 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
[pypy-commit] [Git][pypy/pypy][branch/py3.8] #3758 fix the way that the lookup annotation optimization breaks python3 due to
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 025b973d by Carl Friedrich Bolz-Tereick at 2022-06-06T22:16:30+02:00 #3758 fix the way that the lookup annotation optimization breaks python3 due to the way that module instances can change their class at runtime this is a bit of an annoying problem, because the test actually *passes* even without the fix, at least without translation. it only starts failing (without the fix) after translation. That's kind of a counter-argument to the whole lookup annotation-time optimization, except that it really helps quite a bit. --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/interpreter/test/test_module.py - pypy/tool/ann_override.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/025b973d06013ffd485ce9939ac94b18b4390fa8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/025b973d06013ffd485ce9939ac94b18b4390fa8 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
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 9 commits: see if incorrectly saving all xmm registers around calls fixes any SciPy tests in CI
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: de897ffd by Matti Picus at 2022-06-01T23:02:39+03:00 see if incorrectly saving all xmm registers around calls fixes any SciPy tests in CI --HG-- branch : py3.8 - - - - - 112b6e46 by Carl Friedrich Bolz-Tereick at 2022-06-02T15:12:08+02:00 #3759: fix corner cases in method and code __ne__ - - - - - 4b06897a by Carl Friedrich Bolz-Tereick at 2022-06-03T15:38:29+02:00 changes to: #3759: stop using incorrect auto total ordering for cells --HG-- branch : py3.8 - - - - - fd349f29 by Carl Friedrich Bolz-Tereick at 2022-06-03T15:49:18+02:00 merge default --HG-- branch : py3.8 - - - - - a06d3e09 by Carl Friedrich Bolz-Tereick at 2022-06-03T16:06:45+02:00 #3759: remove the wrong and now unused __total_ordering__='auto' feature - - - - - 1fe31432 by Carl Friedrich Bolz-Tereick at 2022-06-03T16:17:52+02:00 merge default --HG-- branch : py3.8 - - - - - e5f1f19a by Carl Friedrich Bolz-Tereick at 2022-06-03T22:31:13+02:00 fix print error message --HG-- branch : py3.8 - - - - - 025b973d by Carl Friedrich Bolz-Tereick at 2022-06-06T22:16:30+02:00 #3758 fix the way that the lookup annotation optimization breaks python3 due to the way that module instances can change their class at runtime this is a bit of an annoying problem, because the test actually *passes* even without the fix, at least without translation. it only starts failing (without the fix) after translation. That's kind of a counter-argument to the whole lookup annotation-time optimization, except that it really helps quite a bit. --HG-- branch : py3.8 - - - - - c94bbf5d by Carl Friedrich Bolz-Tereick at 2022-06-06T22:20:35+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 12 changed files: - pypy/interpreter/function.py - pypy/interpreter/nestedscope.py - pypy/interpreter/pycode.py - pypy/interpreter/test/apptest_function.py - pypy/interpreter/test/apptest_nestedscope.py - pypy/interpreter/test/test_code.py - pypy/interpreter/test/test_module.py - pypy/interpreter/test/test_typedef.py - pypy/interpreter/typedef.py - pypy/objspace/descroperation.py - pypy/tool/ann_override.py - rpython/jit/backend/x86/regalloc.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5c213df16f31af182766cd2a32aa76e617696a87...c94bbf5d6270bd235d9842a0933021d89171415e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5c213df16f31af182766cd2a32aa76e617696a87...c94bbf5d6270bd235d9842a0933021d89171415e 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
[pypy-commit] [Git][pypy/pypy][branch/default] tweak build instructions, mainly to trigger a new build of default after...
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 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 - - - - - 1 changed file: - pypy/doc/build.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8078586a06594387732c559d233f03b79c14a9dd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8078586a06594387732c559d233f03b79c14a9dd 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