[issue4902] failed to build ctypes in Python2.6.1 (even with gcc)

Aki report at bugs.python.org
Fri Jan 9 23:20:13 CET 2009


Aki <akineko at users.sourceforge.net> added the comment:

> I'm really puzzled; gcc would normally not generate assembler code
like this.

This is because an assembler source (sysv.S) was given.

Python-2.6.1/Modules/_ctypes/libffi/src/x86/sysv.S

It was created by Red Hat.
A macro, RAW_CLOSURE_CIF_OFFSET, contains '~'.

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


More information about the Python-bugs-list mailing list