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, stutzbach, techtonik
Date 2010-04-01.19:24:00
SpamBayes Score 3.2116414e-08
Marked as misclassified No
Message-id <1270149843.23.0.250079240193.issue2810@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a file that reliably produces the "More data is available" error from _winreg.EnumValue in Python 2.6.

The script triggers the error via a race condition, by modifying the value after PyEnumValue() calls RegQueryInfoKey() but before it calls RegEnumValue().  I don't know if that's what caused the original problem for my end-user, but it certainly is one way to trigger the problem.

I can work on a patch next week for a proper test case and to fix PyEnumValue().
History
Date User Action Args
2010-04-01 19:24:03stutzbachsetrecipients: + stutzbach, loewis, techtonik, enolte, brian.curtin
2010-04-01 19:24:03stutzbachsetmessageid: <1270149843.23.0.250079240193.issue2810@psf.upfronthosting.co.za>
2010-04-01 19:24:01stutzbachlinkissue2810 messages
2010-04-01 19:24:01stutzbachcreate