[issue22194] access to cdecimal / libmpdec API

Martin v. Löwis report at bugs.python.org
Sat Oct 4 04:57:51 CEST 2014


Martin v. Löwis added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22194>
_______________________________________


More information about the Python-bugs-list mailing list