This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akineko
Recipients akineko, loewis
Date 2009-01-09.22:20:12
SpamBayes Score 0.3722823
Marked as misclassified No
Message-id <1231539613.36.0.648292085514.issue4902@psf.upfronthosting.co.za>
In-reply-to
Content
> 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 '~'.
History
Date User Action Args
2009-01-09 22:20:13akinekosetrecipients: + akineko, loewis
2009-01-09 22:20:13akinekosetmessageid: <1231539613.36.0.648292085514.issue4902@psf.upfronthosting.co.za>
2009-01-09 22:20:12akinekolinkissue4902 messages
2009-01-09 22:20:12akinekocreate