On Wed, Aug 18, 2010 at 1:12 PM, Lisandro Dalcin <[email protected]> wrote: > 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?
Is there some kind of a contract we could obey to enable it for our extension types? - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
