[pypy-commit] pypy py3.5: Fixed tests from own own-win-x86-32

2018-09-28 Thread andrewjlawrence
Author: andrewjlawrence Branch: py3.5 Changeset: r95171:251058ac9cef Date: 2018-09-19 18:55 +0100 http://bitbucket.org/pypy/pypy/changeset/251058ac9cef/ Log:Fixed tests from own own-win-x86-32 pypy.module._io.test.test_fileio AppTestFileIO.().test_FileIO_fd_does_not_change_inheritable

[pypy-commit] pypy py3.5: Tried just removing not windows check. Worked.

2018-09-28 Thread andrewjlawrence
Author: andrewjlawrence Branch: py3.5 Changeset: r95172:4434aa0cd934 Date: 2018-09-28 22:45 +0100 http://bitbucket.org/pypy/pypy/changeset/4434aa0cd934/ Log:Tried just removing not windows check. Worked. diff --git a/pypy/module/_io/interp_fileio.py b/pypy/module/_io/interp_fileio.py --- a/py

[pypy-commit] pypy py3.5: Merged in andrewjlawrence/pypy/py3.5 (pull request #627)

2018-09-28 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r95173:b52420735cc0 Date: 2018-09-29 05:09 + http://bitbucket.org/pypy/pypy/changeset/b52420735cc0/ Log:Merged in andrewjlawrence/pypy/py3.5 (pull request #627) Fixed tests from own own-win-x86-32 pypy.module._io.test.test_fileio

[pypy-commit] pypy default: #2895 Test and fix for rposix.getfullpathname()

2018-09-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r95170:94d034975108 Date: 2018-09-28 11:50 +0200 http://bitbucket.org/pypy/pypy/changeset/94d034975108/ Log:#2895 Test and fix for rposix.getfullpathname() diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/r