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 pitrou, skrah
Date 2014-08-15.18:37:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408127854.06.0.657808100511.issue22194@psf.upfronthosting.co.za>
In-reply-to
Content
I'm a little unsure what to do with the API, see also #15237:

  1) I'm not too fond of the Capsule method, especially because
     it *seems* possible to get at the symbols directly on Linux
     and Windows (provided that they aren't static of course).

  2) I would not like to spend time on it if we go ahead and
     make decimal a builtin (double effort).

  3) It's not clear whether users would not be served better by
     using functions from libmpdec directly (much faster,
     probably less error handling).


For 3) I've attached a draft that illustrates the issue.
History
Date User Action Args
2014-08-15 18:37:34skrahsetrecipients: + skrah, pitrou
2014-08-15 18:37:34skrahsetmessageid: <1408127854.06.0.657808100511.issue22194@psf.upfronthosting.co.za>
2014-08-15 18:37:34skrahlinkissue22194 messages
2014-08-15 18:37:34skrahcreate