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

Martin v. Löwis report at bugs.python.org
Mon Apr 16 15:14:02 CEST 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

Changes to ctypes should not affect the gdbm module.

More likely, icc and python just don't work together. It may be a compiler bug in icc (it wouldn't be the first one discovered by Python), or it may be a portability defect in Python (where it wouldn't be the first case, either). In any case, the gdbm issue is likely unrelated.

----------

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


More information about the Python-bugs-list mailing list