[pypy-commit] [Git][pypy/pypy][branch/default] fix failing test

2021-12-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d00d0100 by Matti Picus at 2021-12-12T18:35:41+02:00 fix failing test - - - - - 1 changed file: - lib-python/2.7/test/test_syntax.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d00d010017bc5e111ff0f

[pypy-commit] [Git][pypy/pypy][branch/default] fix failing test, make os.fdopen() not crash even on win32

2020-03-25 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 48387f1f by Matti Picus at 2020-03-25T20:01:17+02:00 fix failing test, make os.fdopen() not crash even on win32 - - - - - 2 changed files: - pypy/module/posix/app_posix.py - rpython/rlib/test/test_rwin32.py View it