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 loewis
Recipients belopolsky, larry, lemburg, loewis, pitrou, scoder, skrah
Date 2014-10-04.02:57:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412391471.99.0.497044635708.issue22194@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to focus this issue a bit. Antoine originally proposed that non-Python code might want to access libmpdec. However, given that this is now a separate project (as it seems), I don't think it's Python's task to make the API available. If it is a separate library really, you shouldn't need to link to Python in order to use it. IOW, the solution should be to use the system libmpdec.

So the focus should be on other Python C modules that want to access decimal objects. Are there precedents of such modules? What API features do they actually need?
History
Date User Action Args
2014-10-04 02:57:52loewissetrecipients: + loewis, lemburg, belopolsky, pitrou, scoder, larry, skrah
2014-10-04 02:57:51loewissetmessageid: <1412391471.99.0.497044635708.issue22194@psf.upfronthosting.co.za>
2014-10-04 02:57:51loewislinkissue22194 messages
2014-10-04 02:57:51loewiscreate