[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/win64-stat

2021-09-09 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/win64-stat at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/win64-stat You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing li

[pypy-commit] [Git][pypy/pypy][branch/win64-stat] CloseFile -> CloseHandle

2021-09-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/win64-stat at PyPy / pypy Commits: 6ce2ccea by Matti Picus at 2021-09-09T12:07:00+03:00 CloseFile -> CloseHandle --HG-- branch : win64-stat - - - - - 2 changed files: - rpython/rlib/rposix_stat.py - rpython/rlib/rwin32file.py View it on Heptapod: http

[pypy-commit] [Git][pypy/pypy][branch/default] backport check for '=' in env keys, fixes crash in os.execve

2021-09-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 022e334a by Matti Picus at 2021-09-09T11:52:56+03:00 backport check for '=' in env keys, fixes crash in os.execve - - - - - 1 changed file: - pypy/module/posix/interp_posix.py View it on Heptapod: https://foss.heptapod.n

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 5 commits: Not use unroll during threaded code generation

2021-09-09 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 5a650a92 by Yusuke Izawa at 2021-09-09T20:47:46+09:00 Not use unroll during threaded code generation --HG-- branch : threaded-code-generation - - - - - b046c99d by Yusuke Izawa at 2021-09-09T20:47:59+09:00 A

[pypy-commit] [Git][pypy/pypy][branch/default] 4 commits: add st_file_attributes and st_reparse_tag to os.stat on win64

2021-09-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 6ce2ccea by Matti Picus at 2021-09-09T12:07:00+03:00 CloseFile -> CloseHa

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: add st_file_attributes and st_reparse_tag to os.stat on win64

2021-09-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 022e334a by Matti Picus at 2021-09-09T11:52:56+03:00 backport check for '='

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 8 commits: add st_file_attributes and st_reparse_tag to os.stat on win64

2021-09-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00 add _PyList_Extend, re