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 martin.panter
Recipients dstufft, eric.araujo, martin.panter, taleinat
Date 2015-06-18.05:30:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434605430.8.0.241421524251.issue24421@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a hacky patch that adds #include "_math.c" so that it is not compiled as a separate object file. This was suggested by Mark in Issue 7518. It is far from a perfect solution, but I cannot suggest anything better without knowing more about Python’s build system.
History
Date User Action Args
2015-06-18 05:30:30martin.pantersetrecipients: + martin.panter, taleinat, eric.araujo, dstufft
2015-06-18 05:30:30martin.pantersetmessageid: <1434605430.8.0.241421524251.issue24421@psf.upfronthosting.co.za>
2015-06-18 05:30:30martin.panterlinkissue24421 messages
2015-06-18 05:30:30martin.pantercreate