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 arigo
Recipients arigo
Date 2012-11-29.04:24:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354163044.21.0.431588472559.issue16575@psf.upfronthosting.co.za>
In-reply-to
Content
ctypes pretends to support passing arguments to C functions that are unions (not pointers to unions), but that's a lie.  In fact, the underlying libffi does not support it.  The attached example misbehaves on Linux x86-64.
History
Date User Action Args
2012-11-29 04:24:04arigosetrecipients: + arigo
2012-11-29 04:24:04arigosetmessageid: <1354163044.21.0.431588472559.issue16575@psf.upfronthosting.co.za>
2012-11-29 04:24:03arigolinkissue16575 messages
2012-11-29 04:24:03arigocreate