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 eric.snow, ncoghlan
Date 2012-05-29.02:28:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338258516.27.0.378362539071.issue14942@psf.upfronthosting.co.za>
In-reply-to
Content
I realised that with the addition of types.new_class(), that's fairly easy to invoke from C (no harder than any other Python function, anyway). Thus, no need to duplicate the functionality directly in the C API.
History
Date User Action Args
2012-05-29 02:28:36ncoghlansetrecipients: + ncoghlan, eric.snow
2012-05-29 02:28:36ncoghlansetmessageid: <1338258516.27.0.378362539071.issue14942@psf.upfronthosting.co.za>
2012-05-29 02:28:35ncoghlanlinkissue14942 messages
2012-05-29 02:28:35ncoghlancreate