[issue25097] test_logging may fail with 'Access is denied' when pywin32 is installed

2015-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4e7697ccceeb by Zachary Ware in branch '3.4': Issue #25097: fix Windows error number access https://hg.python.org/cpython/rev/4e7697ccceeb New changeset 440d4da352fa by Zachary Ware in branch '3.5': Issue #25097: Merge with 3.4

[issue25097] test_logging may fail with 'Access is denied' when pywin32 is installed

2015-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 03a569eb0e0e by Zachary Ware in branch '3.4': Issue #25097: Re-raise any other pywin32 error https://hg.python.org/cpython/rev/03a569eb0e0e New changeset 95a26798819b by Zachary Ware in branch '3.5': Issue #25097: Merge with 3.4

[issue25097] test_logging may fail with 'Access is denied' when pywin32 is installed

2015-10-06 Thread Zachary Ware
Zachary Ware added the comment: Turned out that your change didn't quite do it, but it was just the method you used to try to access the errno (which looks like it ought to work from the formatting of the error message). Mere moments after pushing the fix for that, I realized that the new

[issue25097] test_logging may fail with 'Access is denied' when pywin32 is installed

2015-10-02 Thread Vinay Sajip
Vinay Sajip added the comment: I'm not able to build on Windows at the moment, unfortunately - did the change actually work for you? -- ___ Python tracker

[issue25097] test_logging may fail with 'Access is denied' when pywin32 is installed

2015-10-01 Thread Vinay Sajip
Changes by Vinay Sajip : -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue25097] test_logging may fail with 'Access is denied' when pywin32 is installed

2015-10-01 Thread Zachary Ware
Zachary Ware added the comment: Thanks, Vinay! -- stage: needs patch -> resolved versions: +Python 3.5, Python 3.6 ___ Python tracker ___

[issue25097] test_logging may fail with 'Access is denied' when pywin32 is installed

2015-10-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 72c57c120c19 by Vinay Sajip in branch '3.4': Fixes #25097: Windows test is skipped if there are insufficient privileges, rather than failing. https://hg.python.org/cpython/rev/72c57c120c19 New changeset b54528d8d8c3 by Vinay Sajip in branch '3.5':

[issue25097] test_logging may fail with 'Access is denied' when pywin32 is installed

2015-09-13 Thread Zachary Ware
New submission from Zachary Ware: With an installed Python with pywin32 installed, running the test as a non-privileged user: == ERROR: test_basic (test.test_logging.NTEventLogHandlerTest)