[Python-Dev] Call PyType_Ready on builtin types during interpreter startup?
Aahz
aahz at pythoncraft.com
Sat Dec 20 18:01:55 CET 2008
On Sat, Dec 20, 2008, Nick Coghlan wrote:
>
> It turns out that _PyBuiltin_Init doesn't call PyType_Ready on any of
> the builtin types - they're left to have it called implicitly when an
> operation using them needs tp_dict filled in.
This seems like a release blocker for 3.0.1 to me
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan
More information about the Python-Dev
mailing list