]> granicus.if.org Git - python/commit
Fix for foreign functions returning small structures on 64-bit big
authorThomas Heller <theller@ctypes.org>
Wed, 7 Jun 2006 20:43:06 +0000 (20:43 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 7 Jun 2006 20:43:06 +0000 (20:43 +0000)
commit861acee04861ca4bc347a83c432e9a8bb642db4a
treefa3a62346de4155143a388da59061afb01849c0d
parentd5474eaed773496c03294d1f359008450d95d622
Fix for foreign functions returning small structures on 64-bit big
endian machines.  Should fix the remaininf failure in the PPC64
Debian buildbot.

Thanks to Matthias Klose for providing access to a machine to debug
and test this.
Modules/_ctypes/callproc.c