[pywin32-bugs] [ pywin32-Bugs-1927604 ] PyCom_PyObjectFromVariant won't convert VT_VARIANT
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: SourceForge.net <no...@so...> - 2008-03-28 00:05:08
|
Bugs item #1927604, was opened at 2008-03-27 17:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1927604&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: com Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Brad Johnson (urban_dk) Assigned to: Nobody/Anonymous (nobody) Summary: PyCom_PyObjectFromVariant won't convert VT_VARIANT Initial Comment: Any attempts to use the function PyCom_PyObjectFromVariant with an input variant of type VT_VARIANT will fail with "E_OUTOFMEMORY." Should this function recurse until it finds a different variant type underneath? IDispEventSimpleImpl clients from ATL will handle this case correctly, does that mean this is a bug :-)? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1927604&group_id=78018 |