[issue15334] access denied for HKEY_PERFORMANCE_DATA

2012-07-13 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset ec2caf810e5e by Antoine Pitrou in branch '3.2': Issue #15334: skip test_dynamic_key when run in non-interactive mode. http://hg.python.org/cpython/rev/ec2caf810e5e -- nosy: +python-dev

[issue15334] access denied for HKEY_PERFORMANCE_DATA

2012-07-13 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 1242ed59573e by Antoine Pitrou in branch 'default': Issue #15334: skip test_dynamic_key when run in non-interactive mode. http://hg.python.org/cpython/rev/1242ed59573e --

[issue15334] access denied for HKEY_PERFORMANCE_DATA

2012-07-13 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 9bbc4900301c by Antoine Pitrou in branch '2.7': Issue #15334: skip test_dynamic_key when run in non-interactive mode. http://hg.python.org/cpython/rev/9bbc4900301c -- ___

[issue15334] access denied for HKEY_PERFORMANCE_DATA

2012-07-13 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Apparently the patch didn't work: http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/290/steps/test/logs/stdio -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org

[issue15334] access denied for HKEY_PERFORMANCE_DATA

2012-07-13 Thread Tim Golden
Tim Golden m...@timgolden.me.uk added the comment: Take the other approach and catch ACCESS_DENIED and skip? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15334 ___

[issue15334] access denied for HKEY_PERFORMANCE_DATA

2012-07-13 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 814927ff4ef2 by Antoine Pitrou in branch '2.7': Try other approach to fix issue #15334. http://hg.python.org/cpython/rev/814927ff4ef2 -- ___ Python tracker

[issue15334] access denied for HKEY_PERFORMANCE_DATA

2012-07-13 Thread Tim Golden
Tim Golden m...@timgolden.me.uk added the comment: (I just ran up a service and its environ does include PROMPT, at least on an XP machine) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15334

[issue15334] access denied for HKEY_PERFORMANCE_DATA

2012-07-13 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset dad89e7479e8 by Antoine Pitrou in branch '3.2': Try other approach to fix issue #15334. http://hg.python.org/cpython/rev/dad89e7479e8 New changeset b4e4c57637cf by Antoine Pitrou in branch 'default': Try other

[issue15334] access denied for HKEY_PERFORMANCE_DATA

2012-07-13 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: It worked! -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15334 ___

[issue15334] access denied for HKEY_PERFORMANCE_DATA

2012-07-12 Thread Jeremy Kloth
New submission from Jeremy Kloth jeremy.kloth+python-trac...@gmail.com: The registry key HKEY_PERFORMANCE_DATA is not accessible for non-interactive users (e.g., buildbot as a service). The following patches skip the offending test when the tests unless the they are run from an interactive

[issue15334] access denied for HKEY_PERFORMANCE_DATA

2012-07-12 Thread Jeremy Kloth
Changes by Jeremy Kloth jeremy.kloth+python-trac...@gmail.com: Added file: http://bugs.python.org/file26369/winreg-3.x.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15334 ___

[issue15334] access denied for HKEY_PERFORMANCE_DATA

2012-07-12 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +brian.curtin, stutzbach, tim.golden ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15334 ___