[issue4130] Intel icc 9.1 does not support __int128_t used by ctypes

Alex Leach report at bugs.python.org
Fri Apr 13 21:13:13 CEST 2012


Alex Leach <beamesleach at gmail.com> added the comment:

Patch included for Modules/_ctyles/libffi/src/x86/ffi64.c. I've added some include guards around anything necessary to compile with the Intel compiler.
This patch is needed to compile the _ctypes module with icc on current Python releases (just successfully compiled 2.7.3, with patch)..

----------
keywords: +patch
nosy: +Alex.Leach
Added file: http://bugs.python.org/file25205/ffi64.c.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4130>
_______________________________________


More information about the Python-bugs-list mailing list