[issue30584] test_os fails on non-English (Russian) Windows

2017-06-08 Thread STINNER Victor
STINNER Victor added the comment: Thanks Denis Osipov for the fix and backports! -- ___ Python tracker ___

[issue30584] test_os fails on non-English (Russian) Windows

2017-06-08 Thread Denis Osipov
Changes by Denis Osipov : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue30584] test_os fails on non-English (Russian) Windows

2017-06-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset a0b901b8fcfda864070335b249071508ee0c by Victor Stinner (Denis Osipov) in branch '3.5': [3.5] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#2000)

[issue30584] test_os fails on non-English (Russian) Windows

2017-06-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset ca1b66fd059758bbd6e2cc62c8f2adecefe8f942 by Victor Stinner (Denis Osipov) in branch '3.6': [3.6] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#1999)

[issue30584] test_os fails on non-English (Russian) Windows

2017-06-08 Thread Denis Osipov
Changes by Denis Osipov : -- versions: +Python 3.5, Python 3.6 ___ Python tracker ___ ___

[issue30584] test_os fails on non-English (Russian) Windows

2017-06-08 Thread Denis Osipov
Denis Osipov added the comment: Tests on Windows buildbots passed. I've made PR for 3.5 and 3.6 backporting. -- ___ Python tracker ___

[issue30584] test_os fails on non-English (Russian) Windows

2017-06-08 Thread Denis Osipov
Changes by Denis Osipov : -- pull_requests: +2067 ___ Python tracker ___ ___

[issue30584] test_os fails on non-English (Russian) Windows

2017-06-08 Thread Denis Osipov
Changes by Denis Osipov : -- pull_requests: +2066 ___ Python tracker ___ ___

[issue30584] test_os fails on non-English (Russian) Windows

2017-06-07 Thread STINNER Victor
STINNER Victor added the comment: I merged your fix. Thanks! Let's wait for Windows buildbots. If tests pass on buildbots, the change should be backported to other branches impacted by the bug. http://buildbot.python.org/all/waterfall?category=3.x.stable=3.x.unstable --

[issue30584] test_os fails on non-English (Russian) Windows

2017-06-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset 897bba75632dfce87c355e3cd4700468357715a7 by Victor Stinner (Denis Osipov) in branch 'master': bpo-30584: Fix test_os fails on non-English Windows (#1980) https://github.com/python/cpython/commit/897bba75632dfce87c355e3cd4700468357715a7

[issue30584] test_os fails on non-English (Russian) Windows

2017-06-07 Thread Denis Osipov
Denis Osipov added the comment: Using the numeric SID instead of localized name in test_access_denied works for me (I've made PR). -- ___ Python tracker

[issue30584] test_os fails on non-English (Russian) Windows

2017-06-07 Thread STINNER Victor
STINNER Victor added the comment: > exit status 1332. On the Internet, I found: 1332No mapping between account names and security IDs was done. The unit test: @unittest.skipUnless(sys.platform == "win32", "Win32 specific tests") def test_access_denied(self): # Default to

[issue30584] test_os fails on non-English (Russian) Windows

2017-06-07 Thread Denis Osipov
Changes by Denis Osipov : -- pull_requests: +2046 ___ Python tracker ___ ___

[issue30584] test_os fails on non-English (Russian) Windows

2017-06-07 Thread Denis Osipov
New submission from Denis Osipov: test_os fails on non-English (Russian) Windows 7 Home Extended 6.1.7601 x64 == ERROR: test_access_denied (test.test_os.StatAttributeTests)