[Python-Dev] Call PyType_Ready on builtin types during interpreter startup? (original) (raw)
Aahz aahz at pythoncraft.com
Sat Dec 20 18:01:55 CET 2008
- Previous message: [Python-Dev] Call PyType_Ready on builtin types during interpreter startup?
- Next message: [Python-Dev] Call PyType_Ready on builtin types during interpreter startup?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Dec 20, 2008, Nick Coghlan wrote:
It turns out that PyBuiltinInit doesn't call PyTypeReady on any of the builtin types - they're left to have it called implicitly when an operation using them needs tpdict 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
- Previous message: [Python-Dev] Call PyType_Ready on builtin types during interpreter startup?
- Next message: [Python-Dev] Call PyType_Ready on builtin types during interpreter startup?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]