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 mark.dickinson
Recipients CoryZ, DNS, Doug.Shea, Jerzy.Kozera, Matt.Selsky, mark.dickinson, mhenriq, skrah, srmadsen, trent
Date 2012-10-31.21:47:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351720043.35.0.580690171224.issue9742@psf.upfronthosting.co.za>
In-reply-to
Content
Looking back at the discussion, I think I got this bit wrong:

"the round function is needed, and used, in Objects/floatobject.c (that is, if PY_NO_SHORT_FLOAT_REPR is *not* defined;"

In fact, the round function is used if PY_NO_SHORT_FLOAT_REPR *is* defined, and is unused otherwise.  So indeed nothing from pymath.o is used in the rest of the Python core.
History
Date User Action Args
2012-10-31 21:47:23mark.dickinsonsetrecipients: + mark.dickinson, trent, DNS, skrah, mhenriq, Doug.Shea, Jerzy.Kozera, Matt.Selsky, srmadsen, CoryZ
2012-10-31 21:47:23mark.dickinsonsetmessageid: <1351720043.35.0.580690171224.issue9742@psf.upfronthosting.co.za>
2012-10-31 21:47:23mark.dickinsonlinkissue9742 messages
2012-10-31 21:47:23mark.dickinsoncreate