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 zach.ware
Recipients larry, zach.ware
Date 2014-01-15.21:50:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389822646.38.0.628186561967.issue20172@psf.upfronthosting.co.za>
In-reply-to
Content
About cloning:

Cloned functions still expect their own impl function.  In current winreg, OpenKey and OpenKeyEx literally are the same function by two names; is the best approach for this to define winreg_OpenKeyEx_impl as `return winreg_OpenKey_impl(module, key, sub_key, reserved, access);`?

As stated in #20226, that patch works fine with my conversions.  Once the 20226 patch lands, I'll get a comprehensive patch for this issue posted.  Until then, I've branched the sandbox repo yet again; future_clinic_20172 contains the 20226 patch, along with the necessary updates to these files and further changes using the new features that aren't in trunk yet.
History
Date User Action Args
2014-01-15 21:50:46zach.waresetrecipients: + zach.ware, larry
2014-01-15 21:50:46zach.waresetmessageid: <1389822646.38.0.628186561967.issue20172@psf.upfronthosting.co.za>
2014-01-15 21:50:46zach.warelinkissue20172 messages
2014-01-15 21:50:46zach.warecreate