Tim Golden wrote:
> Kevin Watters wrote:
>> Running comtypes' setup.py results in a pretty strange traceback on
>> Python 2.6 (recent from trunk, r64563):
> 
> Debug build shows:
> 
> Assertion failed: PyErr_Occurred(), file ..\Modules\_ctypes\_ctypes.c, line 
> 309

Can be reproduced (using svn HEAD):

<code>
import ctypes

class X (ctypes.Structure): pass

ctypes.POINTER (X)

</code>

TJG

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to