[New-bugs-announce] [issue15334] access denied for HKEY_PERFORMANCE_DATA
Jeremy Kloth
report at bugs.python.org
Thu Jul 12 18:24:12 CEST 2012
New submission from Jeremy Kloth <jeremy.kloth+python-tracker at 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 session.
----------
components: Tests, Windows
files: winreg-2.x.diff
keywords: patch
messages: 165320
nosy: jkloth
priority: normal
severity: normal
status: open
title: access denied for HKEY_PERFORMANCE_DATA
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file26368/winreg-2.x.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15334>
_______________________________________
More information about the New-bugs-announce
mailing list