[pypy-commit] [Git][pypy/pypy][branch/default] revert rposix.open work-arounds, the problem was open()'s mode must be an int for variadic calls

2022-07-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d08e4185 by Matti Picus at 2022-07-14T14:31:38+03:00 revert rposix.open work-arounds, the problem was open()'s mode must be an int for variadic calls - - - - - 5 changed files: - pypy/module/_io/interp_fileio.py - pypy/mod

[pypy-commit] [Git][pypy/pypy][branch/default] typo

2022-07-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 1bc789ee by Matti Picus at 2022-07-14T15:17:46+03:00 typo - - - - - 1 changed file: - rpython/rlib/rposix.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1bc789ee14b08b1af4d8a84f20337357c92aeb6d --