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