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, floppymaster, martin.panter, taleinat, twouters
Date 2015-11-12.21:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447364763.19.0.837009074482.issue24421@psf.upfronthosting.co.za>
In-reply-to
Content
Ideally, I think the solution would be to compile _math.c once, as a dependency shared between both extension modules (perhaps like a static library if necessary). Does anyone know if the build system supports this, or how to do it?

Another semi-favourable solution might be to compile _math.c twice, but send the output to separate directories, e.g. . . ./math-build/_math.o and . . ./cmath-build/_math.o. Again, I don’t know if this is practical.
History
Date User Action Args
2015-11-12 21:46:03martin.pantersetrecipients: + martin.panter, twouters, taleinat, eric.araujo, floppymaster, dstufft
2015-11-12 21:46:03martin.pantersetmessageid: <1447364763.19.0.837009074482.issue24421@psf.upfronthosting.co.za>
2015-11-12 21:46:03martin.panterlinkissue24421 messages
2015-11-12 21:46:02martin.pantercreate