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 tfmorris
Recipients Michael.Blume, dmalcolm, loewis, tfmorris
Date 2010-10-06.18:32:57
SpamBayes Score 3.2350755e-08
Marked as misclassified No
Message-id <1286389979.61.0.973836515016.issue9163@psf.upfronthosting.co.za>
In-reply-to
Content
Did this fix actually make the 2.7 release?  I just installed 2.7 on 64-bit Ubuntu and ran into the same problem.

python -c "import sysconfig; print sysconfig.get_config_vars()['PY_CFLAGS']"
-fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include  -DPy_BUILD_CORE

Python 2.7 (r27:82500, Oct  6 2010, 12:53:54) 
[GCC 4.4.1] on linux2

uname -a
Linux tfmorris-laptop 2.6.31-22-generic #65-Ubuntu SMP Thu Sep 16 16:21:34 UTC 2010 x86_64 GNU/Linux
History
Date User Action Args
2010-10-06 18:32:59tfmorrissetrecipients: + tfmorris, loewis, dmalcolm, Michael.Blume
2010-10-06 18:32:59tfmorrissetmessageid: <1286389979.61.0.973836515016.issue9163@psf.upfronthosting.co.za>
2010-10-06 18:32:58tfmorrislinkissue9163 messages
2010-10-06 18:32:57tfmorriscreate