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 larry, lemburg, loewis, pitrou, scoder, skrah
Date 2014-09-03.16:33:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140903163320.GB18334@sleipnir.bytereef.org>
In-reply-to <1409748849.21.0.747442222331.issue22194@psf.upfronthosting.co.za>
Content
Antoine Pitrou <report@bugs.python.org> wrote:
> > large parts of the cdecimal on PyPI (which uses the incompatible libmpdec-2.3) would need to be rewritten.
>
> Ah, so it has an incompatible ABI? That will complicate things a bit :-)

Yes, cdecimal on PyPI is slower, has a different ABI, uses libmpdec-2.3,
has subtle differences in the context handling, cannot subclass the
context, ... ;)

I think a common C API for 2.7 is only possible with a real backport.
History
Date User Action Args
2014-09-03 16:33:21skrahsetrecipients: + skrah, lemburg, loewis, pitrou, scoder, larry
2014-09-03 16:33:21skrahlinkissue22194 messages
2014-09-03 16:33:20skrahcreate