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 Doug.Shea
Recipients Doug.Shea, mark.dickinson, mhenriq
Date 2010-11-22.19:29:20
SpamBayes Score 1.0885591e-07
Marked as misclassified No
Message-id <1290454161.42.0.32315271433.issue9742@psf.upfronthosting.co.za>
In-reply-to
Content
> ./python
Python 2.7 (r27:82500, Nov 22 2010, 10:06:14)
[GCC 3.3.2] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print sys.float_repr_style
short

So it appears, if I follow you, that PY_NO_SHORT_FLOAT_REPR is not defined.

Glancing through the Makefile, pymath.o is included in the PYTHON_OBJS variable, which is in turn included in the LIBRARY_OBJS variable, which is used in all the libpython* targets.

I'm going to try to turn on some debugging on the commands that build those targets, and see if anything jumps out at me. Maybe it'll be obvious that pymath.o is being left out for one reason or another that'll sync up with your "wild guess". :/
History
Date User Action Args
2010-11-22 19:29:21Doug.Sheasetrecipients: + Doug.Shea, mark.dickinson, mhenriq
2010-11-22 19:29:21Doug.Sheasetmessageid: <1290454161.42.0.32315271433.issue9742@psf.upfronthosting.co.za>
2010-11-22 19:29:20Doug.Shealinkissue9742 messages
2010-11-22 19:29:20Doug.Sheacreate