Message225599
> (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. |
|
Date |
User |
Action |
Args |
2014-08-21 06:21:24 | scoder | set | recipients:
+ scoder, pitrou, skrah |
2014-08-21 06:21:24 | scoder | set | messageid: <1408602084.58.0.0490171841261.issue22194@psf.upfronthosting.co.za> |
2014-08-21 06:21:24 | scoder | link | issue22194 messages |
2014-08-21 06:21:23 | scoder | create | |
|