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.

作者 lemburg
收信人 Arfrever, larry, lemburg, mark.dickinson, rhettinger, skrah
日期 2013-10-17.20:48:56
SpamBayes Score -1.0
Marked as misclassified
Message-id <52604D2E.4080806@egenix.com>
In-reply-to <1382036515.84.0.910879647968.issue15237@psf.upfronthosting.co.za>
内容
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.
历史
日期 用户 动作 参数
2013-10-17 20:48:56lemburg修改recipients: + lemburg, rhettinger, mark.dickinson, larry, Arfrever, skrah
2013-10-17 20:48:56lemburg链接issue15237 messages
2013-10-17 20:48:56lemburg创建