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 theller
Recipients christian.heimes, theller
Date 2007-11-27.19:16:43
SpamBayes Score 0.136798
Marked as misclassified No
Message-id <474C6D14.5010604@ctypes.org>
In-reply-to <1196168557.19.0.782884662226.issue1505@psf.upfronthosting.co.za>
Content
Christian Heimes schrieb:
> > New submission from Christian Heimes:
> > 
> > The problem is in _ctypes.c:create_comerror() around line 4620.

The code tries to populate a dict with methods and finally pass them to
   PyErr_NewException("_ctypes.COMError", NULL, dict);

I have no idea what to do.  What do I have to put into the dict?
History
Date User Action Args
2007-11-27 19:16:43thellersetspambayes_score: 0.136798 -> 0.136798
recipients: + theller, christian.heimes
2007-11-27 19:16:43thellerlinkissue1505 messages
2007-11-27 19:16:43thellercreate