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 lemburg
Recipients Arfrever, larry, lemburg, mark.dickinson, rhettinger, skrah
Date 2013-10-17.20:48:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <52604D2E.4080806@egenix.com>
In-reply-to <1382036515.84.0.910879647968.issue15237@psf.upfronthosting.co.za>
Content
On 17.10.2013 21:01, Stefan Krah wrote:
> 
> Stefan Krah added the comment:
> 
> I've looked at this, and the question is: Do we really need a capsule
> API?  All relevant symbols in _decimal start with Py* and shouldn't
> need to be static.

You need a capsule in order to use the C API from other extension
modules. See the datetime module for an example.
History
Date User Action Args
2013-10-17 20:48:56lemburgsetrecipients: + lemburg, rhettinger, mark.dickinson, larry, Arfrever, skrah
2013-10-17 20:48:56lemburglinkissue15237 messages
2013-10-17 20:48:56lemburgcreate