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 ncoghlan
Recipients amaury.forgeotdarc, eric.araujo, eric.snow, ncoghlan, rhettinger, vstinner
Date 2012-06-24.07:23:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340522608.55.0.691800349099.issue15003@psf.upfronthosting.co.za>
In-reply-to
Content
-1. The entire Python API is already accessible from C, so expansions to the public C API need more justification than "it's exposed in Python".

If new instances of this type end up being used in performance critical third party C extensions, then we can have a conversation about whether or not it needs to be exposed directly in C.
History
Date User Action Args
2012-06-24 07:23:28ncoghlansetrecipients: + ncoghlan, rhettinger, amaury.forgeotdarc, vstinner, eric.araujo, eric.snow
2012-06-24 07:23:28ncoghlansetmessageid: <1340522608.55.0.691800349099.issue15003@psf.upfronthosting.co.za>
2012-06-24 07:23:27ncoghlanlinkissue15003 messages
2012-06-24 07:23:27ncoghlancreate