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 vstinner
Recipients skip.montanaro, vstinner
Date 2016-10-20.12:28:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476966528.03.0.826212031252.issue28487@psf.upfronthosting.co.za>
In-reply-to
Content
> Unless I have my hg repo dependencies incorrect, this target seems to be missing from the 2.7 Makefile.pre.in:

The math module is compiled by setup.py:

        # math library functions, e.g. sin()
        exts.append( Extension('math',  ['mathmodule.c'],
                               extra_objects=[shared_math],
                               depends=['_math.h', shared_math],
                               libraries=math_libs) )
History
Date User Action Args
2016-10-20 12:28:48vstinnersetrecipients: + vstinner, skip.montanaro
2016-10-20 12:28:48vstinnersetmessageid: <1476966528.03.0.826212031252.issue28487@psf.upfronthosting.co.za>
2016-10-20 12:28:48vstinnerlinkissue28487 messages
2016-10-20 12:28:47vstinnercreate