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.

作者 skrah
收信人 mark.dickinson, piro, pitrou, rhettinger, skrah
日期 2020-07-20.15:02:56
SpamBayes Score -1.0
Marked as misclassified
Message-id <1595257376.32.0.359732699781.issue41324@roundup.psfhosted.org>
In-reply-to
内容
I'm happy with the API, except that --with-system-libmpdec is naturally
broken.  So I've to release a new libmpdec, which I'd rather do soon
because I don't want to revisit this later.

Antoine has looked at the API.  If anyone else has requests or objections,
now would be a good time to raise concerns.  These two functions are
the centerpiece of the PR:

   mpd_uint128_triple_t PyDec_AsUint128Triple(const PyObject *dec)
   PyObject *PyDec_FromUint128Triple(const mpd_uint128_triple_t *triple)
历史
日期 用户 动作 参数
2020-07-20 15:02:56skrah修改recipients: + skrah, rhettinger, mark.dickinson, pitrou, piro
2020-07-20 15:02:56skrah修改messageid: <1595257376.32.0.359732699781.issue41324@roundup.psfhosted.org>
2020-07-20 15:02:56skrah链接issue41324 messages
2020-07-20 15:02:56skrah创建