[pypy-commit] pypy default: fix test on win32, also cleanup uneeded export of function from libpypy

2018-11-10 Thread mattip
Author: Matti Picus Branch: Changeset: r95291:286138f59bc3 Date: 2018-11-10 20:55 -0800 http://bitbucket.org/pypy/pypy/changeset/286138f59bc3/ Log:fix test on win32, also cleanup uneeded export of function from libpypy diff --git a/pypy/module/sys/initpath.py

[pypy-commit] pypy default: fix test on win32

2014-04-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r70528:69db55ba6eaf Date: 2014-04-09 18:20 -0700 http://bitbucket.org/pypy/pypy/changeset/69db55ba6eaf/ Log:fix test on win32 diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py ---