Take a look at the definition of Py_TPFLAGS_DEFAULT for Python 2.6 and 2.7, you will notice that Py_TPFLAGS_HAVE_VERSION_TAG is only added when building core Python, but not for extension types. This is not the case of Python 3.x.
So it seems that extension types will not benefit from the 2.6/2.7 type cache. Am I missing something? Comments? -- Lisandro Dalcin --------------- CIMEC (INTEC/CONICET-UNL) Predio CONICET-Santa Fe Colectora RN 168 Km 472, Paraje El Pozo Tel: +54-342-4511594 (ext 1011) Tel/Fax: +54-342-4511169 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
