Joe Rumsey <pyt...@rumsey.org> added the comment:

It's maybe not directly relevant to fixing this, but I worked around it on the 
project where this came up by redefining dice as (c_int * 4) and col as 
(c_uint8 * 3) in the union, then using ctypes.cast to get those as pointers to 
the actual struct.  That seems to work just fine for now.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14354>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to