[issue1505] Changes to PyMethod_New breaks ctypes on Windows

Thomas Heller report at bugs.python.org
Tue Nov 27 20:16:43 CET 2007


Thomas Heller added the comment:

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?

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1505>
__________________________________


More information about the Python-bugs-list mailing list