New submission from Armin Rigo:

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.

----------
components: ctypes
files: test184_lib.tgz
messages: 176627
nosy: arigo
priority: normal
severity: normal
status: open
title: ctypes: unions as arguments
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file28155/test184_lib.tgz

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

Reply via email to