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 landry
Recipients landry, mark.dickinson, rpointel, vstinner
Date 2011-08-07.09:07:29
SpamBayes Score 0.022604587
Marked as misclassified No
Message-id <1312708050.56.0.328083793347.issue12589@psf.upfronthosting.co.za>
In-reply-to
Content
floatobject.c is compiled with 

cc -pthread -c -fno-strict-aliasing -O2 -pipe  -Wall -DTHREAD_STACK_SIZE=0x20000 -fPIC -O2 -pipe -Wall -I. -IInclude -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
History
Date User Action Args
2011-08-07 09:07:30landrysetrecipients: + landry, mark.dickinson, vstinner, rpointel
2011-08-07 09:07:30landrysetmessageid: <1312708050.56.0.328083793347.issue12589@psf.upfronthosting.co.za>
2011-08-07 09:07:30landrylinkissue12589 messages
2011-08-07 09:07:29landrycreate