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 skrah
Recipients belopolsky, larry, lemburg, loewis, pitrou, scoder, skrah
Date 2014-10-04.12:47:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412426859.79.0.023339486334.issue22194@psf.upfronthosting.co.za>
In-reply-to
Content
libmpdec has always been a separate project, predating the integration
into Python-3.3.  Before the Python-3.3 release, Jim Jewett suggested
a cleaner library/module separation (and he was right, it made the
code much more readable).

Then distributors wanted --with-system-libmpdec, so here we are.


Let's discuss the _decimal capsule API in #15237.


As for the libmpdec symbols: I agree it is somewhat unclean to
do this on the Python side.

For *some* functions it is also tricky (but by no means impossible)
to use them directly and expect the same results as from _decimal.

Maybe a solution for numba is to just assume --with-system-libmpdec.
libmpdec is extremely easy to package, distributions just have to
ensure that their Python version matches the libmpdec version.
History
Date User Action Args
2014-10-04 12:47:39skrahsetrecipients: + skrah, lemburg, loewis, belopolsky, pitrou, scoder, larry
2014-10-04 12:47:39skrahsetmessageid: <1412426859.79.0.023339486334.issue22194@psf.upfronthosting.co.za>
2014-10-04 12:47:39skrahlinkissue22194 messages
2014-10-04 12:47:39skrahcreate