[pypy-commit] [Git][pypy/pypy][branch/default] incrementality in the unicode escape handler was broken, fix it
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 59988b0f by Carl Friedrich Bolz-Tereick at 2021-12-04T16:20:16+01:00 incrementality in the unicode escape handler was broken, fix it - - - - - 2 changed files: - pypy/interpreter/test/test_unicodehelper.py - pypy/interpreter/unicodehelper.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/59988b0fa7d88041641636874f3ff7668bcc6ecf -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/59988b0fa7d88041641636874f3ff7668bcc6ecf 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
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 8 commits: somewhat laboriously reproduce the problem of #3598 as a jit test
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: a55f4a8e by Carl Friedrich Bolz-Tereick at 2021-11-25T11:44:06+01:00 somewhat laboriously reproduce the problem of #3598 as a jit test --HG-- branch : shortpreamble-no-mutate - - - - - 61abc439 by Carl Friedrich Bolz-Tereick at 2021-11-25T16:06:51+01:00 two variants of the test: one with one without the erroneous bridge going to the main loop --HG-- branch : shortpreamble-no-mutate - - - - - dbcaa8fd by Carl Friedrich Bolz-Tereick at 2021-11-26T13:52:07+01:00 at least prevent mutation of the earlier trace when inlining the short preamble --HG-- branch : shortpreamble-no-mutate - - - - - e8fa427b by Carl Friedrich Bolz-Tereick at 2021-11-26T16:11:09+01:00 nonsense --HG-- branch : shortpreamble-no-mutate - - - - - 5c08dfef by Carl Friedrich Bolz-Tereick at 2021-12-01T12:25:43+01:00 merge shortpreamble-no-mutate: stop doing guard strengthening with guards that come from inlining the short preamble. doing that can lead to endless bridges. fixes #3598 - - - - - 59988b0f by Carl Friedrich Bolz-Tereick at 2021-12-04T16:20:16+01:00 incrementality in the unicode escape handler was broken, fix it - - - - - ba4dad84 by Carl Friedrich Bolz-Tereick at 2021-12-04T18:40:24+01:00 merge default --HG-- branch : py3.7 - - - - - 099ca7ac by Carl Friedrich Bolz-Tereick at 2021-12-04T19:11:04+01:00 equivalent fixes to incremental raw unicode escape decoding --HG-- branch : py3.7 - - - - - 7 changed files: - pypy/interpreter/test/test_unicodehelper.py - pypy/interpreter/unicodehelper.py - rpython/jit/metainterp/optimizeopt/optimizer.py - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebridge.py - rpython/jit/metainterp/optimizeopt/unroll.py - rpython/jit/metainterp/test/test_loop.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4369d4eb2a89ebb973ca74f7d1282c1bbaf8c6b7...099ca7ac6d62614e5141da72a7bdfdd869a1396f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4369d4eb2a89ebb973ca74f7d1282c1bbaf8c6b7...099ca7ac6d62614e5141da72a7bdfdd869a1396f 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
[pypy-commit] [Git][pypy/pypy][branch/default] fix codecs tests, seems the default has just always been wrong (but it didn't matter so far)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 747df948 by Carl Friedrich Bolz-Tereick at 2021-12-04T19:32:29+01:00 fix codecs tests, seems the default has just always been wrong (but it didn't matter so far) - - - - - 1 changed file: - pypy/module/_codecs/interp_codecs.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/747df94882bbfff1c6066fcf7a986ca276b776db -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/747df94882bbfff1c6066fcf7a986ca276b776db 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
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: fix codecs tests, seems the default has just always been wrong (but it didn't matter so far)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 747df948 by Carl Friedrich Bolz-Tereick at 2021-12-04T19:32:29+01:00 fix codecs tests, seems the default has just always been wrong (but it didn't matter so far) - - - - - 5df8e9f9 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:05:09+01:00 merge default, fixes --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/interpreter/unicodehelper.py - pypy/module/_codecs/interp_codecs.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/099ca7ac6d62614e5141da72a7bdfdd869a1396f...5df8e9f9eed52b489026b3b67f7347b906e7ed7f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/099ca7ac6d62614e5141da72a7bdfdd869a1396f...5df8e9f9eed52b489026b3b67f7347b906e7ed7f 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
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 11 commits: somewhat laboriously reproduce the problem of #3598 as a jit test
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: a55f4a8e by Carl Friedrich Bolz-Tereick at 2021-11-25T11:44:06+01:00 somewhat laboriously reproduce the problem of #3598 as a jit test --HG-- branch : shortpreamble-no-mutate - - - - - 61abc439 by Carl Friedrich Bolz-Tereick at 2021-11-25T16:06:51+01:00 two variants of the test: one with one without the erroneous bridge going to the main loop --HG-- branch : shortpreamble-no-mutate - - - - - dbcaa8fd by Carl Friedrich Bolz-Tereick at 2021-11-26T13:52:07+01:00 at least prevent mutation of the earlier trace when inlining the short preamble --HG-- branch : shortpreamble-no-mutate - - - - - e8fa427b by Carl Friedrich Bolz-Tereick at 2021-11-26T16:11:09+01:00 nonsense --HG-- branch : shortpreamble-no-mutate - - - - - 5c08dfef by Carl Friedrich Bolz-Tereick at 2021-12-01T12:25:43+01:00 merge shortpreamble-no-mutate: stop doing guard strengthening with guards that come from inlining the short preamble. doing that can lead to endless bridges. fixes #3598 - - - - - 59988b0f by Carl Friedrich Bolz-Tereick at 2021-12-04T16:20:16+01:00 incrementality in the unicode escape handler was broken, fix it - - - - - ba4dad84 by Carl Friedrich Bolz-Tereick at 2021-12-04T18:40:24+01:00 merge default --HG-- branch : py3.7 - - - - - 099ca7ac by Carl Friedrich Bolz-Tereick at 2021-12-04T19:11:04+01:00 equivalent fixes to incremental raw unicode escape decoding --HG-- branch : py3.7 - - - - - 747df948 by Carl Friedrich Bolz-Tereick at 2021-12-04T19:32:29+01:00 fix codecs tests, seems the default has just always been wrong (but it didn't matter so far) - - - - - 5df8e9f9 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:05:09+01:00 merge default, fixes --HG-- branch : py3.7 - - - - - 5e6a8864 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:32:38+01:00 merge py3.8 --HG-- branch : py3.8 - - - - - 8 changed files: - pypy/interpreter/test/test_unicodehelper.py - pypy/interpreter/unicodehelper.py - pypy/module/_codecs/interp_codecs.py - rpython/jit/metainterp/optimizeopt/optimizer.py - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebridge.py - rpython/jit/metainterp/optimizeopt/unroll.py - rpython/jit/metainterp/test/test_loop.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e1426b3fc003270e689c27282c5e1e9143769858...5e6a886433f93fc26e5144b22ccdc370209b185d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e1426b3fc003270e689c27282c5e1e9143769858...5e6a886433f93fc26e5144b22ccdc370209b185d 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
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 13 commits: somewhat laboriously reproduce the problem of #3598 as a jit test
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: a55f4a8e by Carl Friedrich Bolz-Tereick at 2021-11-25T11:44:06+01:00 somewhat laboriously reproduce the problem of #3598 as a jit test --HG-- branch : shortpreamble-no-mutate - - - - - 61abc439 by Carl Friedrich Bolz-Tereick at 2021-11-25T16:06:51+01:00 two variants of the test: one with one without the erroneous bridge going to the main loop --HG-- branch : shortpreamble-no-mutate - - - - - dbcaa8fd by Carl Friedrich Bolz-Tereick at 2021-11-26T13:52:07+01:00 at least prevent mutation of the earlier trace when inlining the short preamble --HG-- branch : shortpreamble-no-mutate - - - - - e8fa427b by Carl Friedrich Bolz-Tereick at 2021-11-26T16:11:09+01:00 nonsense --HG-- branch : shortpreamble-no-mutate - - - - - 5c08dfef by Carl Friedrich Bolz-Tereick at 2021-12-01T12:25:43+01:00 merge shortpreamble-no-mutate: stop doing guard strengthening with guards that come from inlining the short preamble. doing that can lead to endless bridges. fixes #3598 - - - - - 72d6a15c by Carl Friedrich Bolz-Tereick at 2021-12-04T14:35:31+01:00 correct position of non ascii chars in bytes --HG-- branch : py3.9 - - - - - 59988b0f by Carl Friedrich Bolz-Tereick at 2021-12-04T16:20:16+01:00 incrementality in the unicode escape handler was broken, fix it - - - - - ba4dad84 by Carl Friedrich Bolz-Tereick at 2021-12-04T18:40:24+01:00 merge default --HG-- branch : py3.7 - - - - - 099ca7ac by Carl Friedrich Bolz-Tereick at 2021-12-04T19:11:04+01:00 equivalent fixes to incremental raw unicode escape decoding --HG-- branch : py3.7 - - - - - 747df948 by Carl Friedrich Bolz-Tereick at 2021-12-04T19:32:29+01:00 fix codecs tests, seems the default has just always been wrong (but it didn't matter so far) - - - - - 5df8e9f9 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:05:09+01:00 merge default, fixes --HG-- branch : py3.7 - - - - - 5e6a8864 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:32:38+01:00 merge py3.8 --HG-- branch : py3.8 - - - - - 5e15be60 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:32:52+01:00 merge py3.8 --HG-- branch : py3.9 - - - - - 10 changed files: - pypy/interpreter/pyparser/parsestring.py - pypy/interpreter/pyparser/test/test_parsestring.py - pypy/interpreter/test/test_unicodehelper.py - pypy/interpreter/unicodehelper.py - pypy/module/_codecs/interp_codecs.py - rpython/jit/metainterp/optimizeopt/optimizer.py - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebridge.py - rpython/jit/metainterp/optimizeopt/unroll.py - rpython/jit/metainterp/test/test_loop.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/72e4d7ed4348a7ba3cc1beccc68a521ae189c51a...5e15be60901f5e5acc6e9c03d5f9604b36ac42b5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/72e4d7ed4348a7ba3cc1beccc68a521ae189c51a...5e15be60901f5e5acc6e9c03d5f9604b36ac42b5 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
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: bpo-44954: fix corner case in float.fromhex
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: a723fab4 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:54:28+01:00 bpo-44954: fix corner case in float.fromhex - - - - - 6fbd9ba4 by Carl Friedrich Bolz-Tereick at 2021-12-04T22:20:26+01:00 copy dtoa changes from https://bugs.python.org/issue40780 - - - - - 5 changed files: - pypy/objspace/std/floatobject.py - pypy/objspace/std/test/apptest_stringformat.py - pypy/objspace/std/test/test_floatobject.py - rpython/rlib/test/test_rdtoa.py - rpython/translator/c/src/dtoa.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/747df94882bbfff1c6066fcf7a986ca276b776db...6fbd9ba4dee454b806010ec664b875ed2dccfc75 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/747df94882bbfff1c6066fcf7a986ca276b776db...6fbd9ba4dee454b806010ec664b875ed2dccfc75 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
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: another case
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 03a7505c by Carl Friedrich Bolz-Tereick at 2021-12-04T22:29:48+01:00 another case --HG-- branch : py3.9 - - - - - c51ba3c1 by Carl Friedrich Bolz-Tereick at 2021-12-04T23:45:51+01:00 better f-string message --HG-- branch : py3.9 - - - - - 4 changed files: - pypy/interpreter/astcompiler/fstring.py - pypy/interpreter/pyparser/pytokenizer.py - pypy/interpreter/pyparser/test/test_pytokenizer.py - pypy/objspace/std/test/apptest_fstring.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5e15be60901f5e5acc6e9c03d5f9604b36ac42b5...c51ba3c12cb569554cf7cbe2d99750d6ba87c475 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5e15be60901f5e5acc6e9c03d5f9604b36ac42b5...c51ba3c12cb569554cf7cbe2d99750d6ba87c475 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