This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stutzbach
Recipients brian.curtin, enolte, loewis, r.david.murray, stutzbach, techtonik
Date 2010-05-26.15:12:23
SpamBayes Score 4.709053e-06
Marked as misclassified No
Message-id <1274886746.56.0.106908071812.issue2810@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote a short C program to test a few different variations.  It looks to me like a bug in the operating system's implementation of HKEY_PERFORMANCE_DATA (which is a virtual registry key).  If I pass NULL as the second parameter to a more conventional key that has a default value, everything works fine.

I suggest changing the test to pass "" instead of None.
History
Date User Action Args
2010-05-26 15:12:26stutzbachsetrecipients: + stutzbach, loewis, techtonik, enolte, r.david.murray, brian.curtin
2010-05-26 15:12:26stutzbachsetmessageid: <1274886746.56.0.106908071812.issue2810@psf.upfronthosting.co.za>
2010-05-26 15:12:24stutzbachlinkissue2810 messages
2010-05-26 15:12:24stutzbachcreate