[pywin32-bugs] [ pywin32-Bugs-3609023 ] NewEnum for buggy COM Servers
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2013-03-25 15:39:29
|
Bugs item #3609023, was opened at 2013-03-25 08:39 Message generated for change (Tracker Item Submitted) made by sschukat You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3609023&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: NewEnum for buggy COM Servers Initial Comment: COM Server implemented in .NET could return the same object for every _NewEnum call and the .NET implementation does not support the IEnumVARIANT::Reset method. This patch fixes the server behavior and add Python specific index operations for the Item method ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3609023&group_id=78018 |