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 ogre
Recipients amaury.forgeotdarc, meador.inge, ned.deily, ogre, ronaldoussoren
Date 2012-03-20.16:18:13
SpamBayes Score 8.846213e-06
Marked as misclassified No
Message-id <1332260293.83.0.857774212537.issue14354@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-03-20 16:18:13ogresetrecipients: + ogre, ronaldoussoren, amaury.forgeotdarc, ned.deily, meador.inge
2012-03-20 16:18:13ogresetmessageid: <1332260293.83.0.857774212537.issue14354@psf.upfronthosting.co.za>
2012-03-20 16:18:13ogrelinkissue14354 messages
2012-03-20 16:18:13ogrecreate