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 RichIsMyName
Recipients RichIsMyName, asmodai, ezio.melotti, loewis, petri.lehtinen, pitrou, rhettinger, scoder, vstinner
Date 2011-10-31.22:30:02
SpamBayes Score 3.4351826e-05
Marked as misclassified No
Message-id <1320100203.67.0.617615809843.issue13279@psf.upfronthosting.co.za>
In-reply-to
Content
Some more information:

Bob Arendt and I have been playing with the Fedora Core .spec file
for python on Fedora Core 15: 
the compile options we found seem to automatically (as we did non invoke
this option) invoke '-fno-builtin-memcmp' somehow?  We disassembled the
Python binary we built for the machine ourselves (via the spec file)
code and saw, yes, it was calling memcmp on the system, even though we
didn't bypass it explicitly.

Our conjecture is that the -m32 or -mtune=atom automatically turns the builtin memcmp off, but we're not sure (we're still playing with it). 

However, perhaps Fedora builds on a more generic machine: that generic build keeps the 'rep cmbsb'?

Frustrating.
History
Date User Action Args
2011-10-31 22:30:03RichIsMyNamesetrecipients: + RichIsMyName, loewis, rhettinger, pitrou, scoder, vstinner, asmodai, ezio.melotti, petri.lehtinen
2011-10-31 22:30:03RichIsMyNamesetmessageid: <1320100203.67.0.617615809843.issue13279@psf.upfronthosting.co.za>
2011-10-31 22:30:03RichIsMyNamelinkissue13279 messages
2011-10-31 22:30:02RichIsMyNamecreate