Issue1505
Created on 2007-11-27 13:02 by christian.heimes, last changed 2008-01-06 22:29 by admin.
|
msg57871 - (view) |
Author: Christian Heimes (christian.heimes) |
Date: 2007-11-27 13:02 |
|
The problem is in _ctypes.c:create_comerror() around line 4620.
|
|
msg57881 - (view) |
Author: Thomas Heller (theller) |
Date: 2007-11-27 19:16 |
|
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?
|
|
msg57912 - (view) |
Author: Christian Heimes (christian.heimes) |
Date: 2007-11-28 13:43 |
|
The removal of unbound methods made it hard to bind CFunctions. I
rewrote the code in r59215.
|
|
| Date |
User |
Action |
Args |
| 2008-01-06 22:29:44 | admin | set | keywords:
- py3k versions:
Python 3.0 |
| 2007-11-28 13:43:48 | christian.heimes | set | status: open -> closed resolution: fixed messages:
+ msg57912 |
| 2007-11-27 19:16:43 | theller | set | messages:
+ msg57881 |
| 2007-11-27 13:02:37 | christian.heimes | create | |
|