[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: use fsdecode_w to allow buffers and Path objects

2023-04-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: f1dd834a by Matti Picus at 2023-04-26T19:56:41+03:00 use fsdecode_w to allow buffers and Path objects --HG-- branch : py3.9 - - - - - f710bdf7 by Matti Picus at 2023-04-26T19:57:08+03:00 merge py3.9 --HG-- branch : py3.10 -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] use fsdecode_w to allow buffers and Path objects

2023-04-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: f1dd834a by Matti Picus at 2023-04-26T19:56:41+03:00 use fsdecode_w to allow buffers and Path objects --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/posix/interp_posix.py - pypy/module/posix/test/test_posix2.