[pypy-commit] [Git][pypy/pypy][branch/py3.9] bpo-46503 fix crash bug in \N handling in f-strings
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: cf9bf1c3 by Carl Friedrich Bolz-Tereick at 2022-03-27T14:03:11+02:00 bpo-46503 fix crash bug in \N handling in f-strings (one of the rare cases where simply removing a failing assert is the right thing to do) --HG-- branch : py3.9 - - - - - 3 changed files: - lib-python/3/test/test_fstring.py - pypy/interpreter/astcompiler/fstring.py - pypy/objspace/std/test/apptest_fstring.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cf9bf1c38ca0606ecc238db13ab637e6388a2fca -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cf9bf1c38ca0606ecc238db13ab637e6388a2fca 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] another bug in print, same thing for sep
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: ebdeb821 by Carl Friedrich Bolz-Tereick at 2022-03-27T14:09:38+02:00 another bug in print, same thing for sep --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/__builtin__/app_io.py - pypy/module/__builtin__/test/apptest_print.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/ebdeb821e6c9d1cbde7bf760be03f5c254e89824 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/ebdeb821e6c9d1cbde7bf760be03f5c254e89824 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] 6 commits: turn test_print into apptest_print
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 47cdfc85 by Carl Friedrich Bolz-Tereick at 2022-03-26T10:53:18+01:00 turn test_print into apptest_print --HG-- branch : py3.8 - - - - - 5e6865cc by Carl Friedrich Bolz-Tereick at 2022-03-26T10:58:47+01:00 end=None means the same as end='\n' --HG-- branch : py3.8 - - - - - 867ea778 by Matti Picus at 2022-03-26T20:42:49+03:00 update to v3.8.13 --HG-- branch : py3.8 - - - - - 1ad96f8d by Matti Picus at 2022-03-26T20:46:36+03:00 update python version to 3.8.13 --HG-- branch : py3.8 - - - - - ebdeb821 by Carl Friedrich Bolz-Tereick at 2022-03-27T14:09:38+02:00 another bug in print, same thing for sep --HG-- branch : py3.8 - - - - - 60ca933d by Matti Picus at 2022-03-27T15:16:32+03:00 merge py3.8 --HG-- branch : py3.9 - - - - - 4 changed files: - lib-python/3/test/test_urllib2.py - pypy/module/__builtin__/app_io.py - + pypy/module/__builtin__/test/apptest_print.py - − pypy/module/__builtin__/test/test_print.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/cf9bf1c38ca0606ecc238db13ab637e6388a2fca...60ca933d0bb52ef4144591424d2ca4686483e594 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/cf9bf1c38ca0606ecc238db13ab637e6388a2fca...60ca933d0bb52ef4144591424d2ca4686483e594 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/threaded-code-generation] 2 commits: update tier handling and fix minor stuffs in threadedcode tla
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 3debc98f by Yusuke Izawa at 2022-03-28T02:42:00+09:00 update tier handling and fix minor stuffs in threadedcode tla --HG-- branch : threaded-code-generation - - - - - 02c8d06c by Yusuke Izawa at 2022-03-28T02:42:29+09:00 update sieve.tla.py --HG-- branch : threaded-code-generation - - - - - 3 changed files: - rpython/jit/tl/threadedcode/lang/sieve.tla.py - rpython/jit/tl/threadedcode/targettla.py - rpython/jit/tl/threadedcode/tla.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/cfce588513c626cd73209165dd6b10b0d3ab1f23...02c8d06c5f8b3c9641bdd398c0e2939dc97894ac -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/cfce588513c626cd73209165dd6b10b0d3ab1f23...02c8d06c5f8b3c9641bdd398c0e2939dc97894ac 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] remove pdb.set_trace()
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 50fe1697 by Matti Picus at 2022-03-28T07:53:34+03:00 remove pdb.set_trace() --HG-- branch : py3.9 - - - - - 1 changed file: - lib-python/3/test/test_fstring.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/50fe16971939c6006cae765284b9faebdcee5640 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/50fe16971939c6006cae765284b9faebdcee5640 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