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 ocean-city
Recipients ocean-city
Date 2010-10-12.11:57:30
SpamBayes Score 0.0050816853
Marked as misclassified No
Message-id <1286884651.82.0.158483399845.issue10071@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, PC/winreg.c releases GIL while calling registry
API, but I found this in Remarks section of RegEnumValue.

http://msdn.microsoft.com/en-us/library/ms724865%28VS.85%29.aspx

> While using RegEnumValue, an application should not call any registry
> functions that might change the key being queried.

Maybe we shouldn't release GIL in PC/winreg.c? Thank you.
History
Date User Action Args
2010-10-12 11:57:31ocean-citysetrecipients: + ocean-city
2010-10-12 11:57:31ocean-citysetmessageid: <1286884651.82.0.158483399845.issue10071@psf.upfronthosting.co.za>
2010-10-12 11:57:30ocean-citylinkissue10071 messages
2010-10-12 11:57:30ocean-citycreate