[pywin32-bugs] [ pywin32-Bugs-3609018 ] Disable generation of IEnumVariant Wrapper classes
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2013-03-25 14:46:56
|
Bugs item #3609018, was opened at 2013-03-25 07:46 Message generated for change (Tracker Item Submitted) made by sschukat You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3609018&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Stefan Schukat (sschukat) Assigned to: Nobody/Anonymous (nobody) Summary: Disable generation of IEnumVariant Wrapper classes Initial Comment: COM server implemented with the .NET runtime return IEnumVARIANT in the GetEnumerator method which handles the _NewEnum reguest. If a wrapper is generated the IEnumVARIANT interface will be included in the wrapper due to the above definition. The patch disables the generation of IEnumVARIANT in wrapper classes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3609018&group_id=78018 |