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 scoder
Recipients pitrou, scoder, skrah
Date 2014-08-21.06:21:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408602084.58.0.0490171841261.issue22194@psf.upfronthosting.co.za>
In-reply-to
Content
> (for the record, the context is that we would like to support decimal objects efficiently in Numba)

Same for Cython, although I guess we wouldn't do more than shipping the necessary declarations and (likely) also enable auto-coercion between the libmpdec decimal type (struct?) and CPython's decimal type, in the same way that we do it for byte strings.

Thus, a public header file with the necessary type checking and packing/unpacking C-API functions would be nice and also sufficient for now.
History
Date User Action Args
2014-08-21 06:21:24scodersetrecipients: + scoder, pitrou, skrah
2014-08-21 06:21:24scodersetmessageid: <1408602084.58.0.0490171841261.issue22194@psf.upfronthosting.co.za>
2014-08-21 06:21:24scoderlinkissue22194 messages
2014-08-21 06:21:23scodercreate