[pypy-commit] [Git][pypy/pypy][branch/py3.9] #3792: also make sys.path[0] absolute when running a directory from the cmd line
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 2941f473 by Carl Friedrich Bolz-Tereick at 2022-08-26T13:06:58+02:00 #3792: also make sys.path[0] absolute when running a directory from the cmd line --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/interpreter/app_main.py - pypy/interpreter/test/test_app_main.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2941f47373674f78044a41e477190437e7f09b54 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2941f47373674f78044a41e477190437e7f09b54 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/hpy-0.0.4] 4 commits: fix translation
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: af0d8a3b by Matti Picus at 2022-08-26T08:40:18+03:00 fix translation --HG-- branch : hpy-0.0.4 - - - - - c518678d by Matti Picus at 2022-08-26T12:52:30+03:00 remove unused fixture --HG-- branch : hpy-0.0.4 - - - - - 2c92ba69 by Matti Picus at 2022-08-26T15:21:55+03:00 do not release handles in debug mode, only mark them as closed --HG-- branch : hpy-0.0.4 - - - - - fa31c681 by Matti Picus at 2022-08-26T15:22:23+03:00 adjust tests for pypy (should probably upstream) --HG-- branch : hpy-0.0.4 - - - - - 5 changed files: - extra_tests/hpy_tests/_vendored/debug/test_charptr.py - pypy/module/_hpy_universal/handlemanager.py - pypy/module/_hpy_universal/src/dctx.c - pypy/module/_hpy_universal/src/dctx.h - pypy/module/_hpy_universal/test/conftest.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1c55be697cfcc5243877ebff457f8939518aee24...fa31c6817f29f97387c216a3d4ca22dccb16881b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1c55be697cfcc5243877ebff457f8939518aee24...fa31c6817f29f97387c216a3d4ca22dccb16881b 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/hpy-0.0.4] back out bogus d9d67ee5a28b
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: a3fe70b6 by Matti Picus at 2022-08-26T16:42:41+03:00 back out bogus d9d67ee5a28b --HG-- branch : hpy-0.0.4 - - - - - 1 changed file: - pypy/module/_hpy_universal/handlemanager.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a3fe70b6425f42015830c8d5180f8c142a2fb152 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a3fe70b6425f42015830c8d5180f8c142a2fb152 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] test, fix "Unknown format code" error message (issue 3799)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 76999f70 by Matti Picus at 2022-08-26T16:54:18+03:00 test, fix "Unknown format code" error message (issue 3799) also unskip a passing test --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/objspace/std/newformat.py - pypy/objspace/std/test/test_newformat.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/76999f709eacd0347c7cd9ef576e9ab5f0e9667b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/76999f709eacd0347c7cd9ef576e9ab5f0e9667b 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