[pywin32-bugs] [ pywin32-Patches-1892592 ] Forget context of the Invoke call flag
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-02-13 10:38:51
|
Patches item #1892592, was opened at 2008-02-13 16:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1892592&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: Alexandr Zamaraev (shura_zam) Assigned to: Nobody/Anonymous (nobody) Summary: Forget context of the Invoke call flag Initial Comment: Function DesignatedWrapPolicy._wrap_ If interface name mark DISPATCH_PROPERTYPUTREF i see exception: ValueError, "unexpected invkind: %d (%s)" % (invkind,name) If change line 494 : elif invkind in (DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF): All work ok. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1892592&group_id=78018 |