[pypy-commit] [Git][pypy/pypy][branch/default] this still failed on 32bit linux. weird. trying an extreme number to see
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 72d4bac8 by Carl Friedrich Bolz-Tereick at 2022-04-22T13:07:06+02:00 this still failed on 32bit linux. weird. trying an extreme number to see whether it passes then. - - - - - 1 changed file: - lib-python/2.7/test/test_dictviews.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/72d4bac85ff0b2b7c782bd932b4583418cfabf16 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/72d4bac85ff0b2b7c782bd932b4583418cfabf16 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] try to fix these two on 32bit
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 66028b48 by Carl Friedrich Bolz-Tereick at 2022-04-22T13:16:34+02:00 try to fix these two on 32bit - - - - - 1 changed file: - pypy/module/pypyjit/test_pypy_c/test_instance.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/66028b483db6a62b7225021380738cdd2ac0cc12 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/66028b483db6a62b7225021380738cdd2ac0cc12 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] just use struct to implement the simulation, it's like 100x faster (some
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 8075497f by Carl Friedrich Bolz-Tereick at 2022-04-22T13:56:45+02:00 just use struct to implement the simulation, it's like 100x faster (some mapdict tests were seriously slow because of these functions) - - - - - 2 changed files: - rpython/rlib/longlong2float.py - rpython/rlib/test/test_longlong2float.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8075497f985cc649484eb490f70b07e51bc20146 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8075497f985cc649484eb490f70b07e51bc20146 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/global-caching-again] 2 commits: restructure that code
Carl Friedrich Bolz-Tereick pushed to branch branch/global-caching-again at PyPy / pypy Commits: 3464b428 by Carl Friedrich Bolz-Tereick at 2022-04-22T13:54:42+02:00 restructure that code --HG-- branch : global-caching-again - - - - - 62639a37 by Carl Friedrich Bolz-Tereick at 2022-04-22T21:33:43+02:00 a comment and an assert --HG-- branch : global-caching-again - - - - - 1 changed file: - pypy/objspace/std/celldict.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fa3c9f72fe1f4f267156ff14316a03fe30f33c50...62639a37d51ec7f67889ee9b566d03b7d1c901b8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fa3c9f72fe1f4f267156ff14316a03fe30f33c50...62639a37d51ec7f67889ee9b566d03b7d1c901b8 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