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 gvanrossum
Recipients eric.smith, gvanrossum, serhiy.storchaka, terry.reedy, ztane
Date 2016-05-07.14:51:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJy=yoPaXRkqqSiSQrVYMKmwMRf3LNNU0Omoz=xofwiKg@mail.gmail.com>
In-reply-to <1462619649.41.0.325736485273.issue26906@psf.upfronthosting.co.za>
Content
Because the data structure that defines a type is just data, and at some
point PyType_Ready() must be called. The question is how to do this, given
that nobody can (or needs to) produce a definitive list of all types.
History
Date User Action Args
2016-05-07 14:51:26gvanrossumsetrecipients: + gvanrossum, terry.reedy, eric.smith, serhiy.storchaka, ztane
2016-05-07 14:51:26gvanrossumlinkissue26906 messages
2016-05-07 14:51:25gvanrossumcreate