On Fri, Dec 4, 2009 at 12:31 AM, Stefan Behnel <[email protected]> wrote: > > Lisandro Dalcin, 04.12.2009 02:42: >> Am I missing something? Or was this an oversight (for 0.12 final)? > > Hmm, not sure if it *should* be on by default, but does it break anything? >
It do not break my code, but some reason I do not understand one of the extension modules in mpi4py have and the other does not have a __test__ attribute. In the module that have it, the value is a empty dict. I still cannot figure out why one module has __test__, and the other does not. Could it be that the ABSENCE of class&method docstrings would trigger the setattr of __test__ in the module namespace? I'm really lost. Still, I think Cython should not add stuff in module namespaces unless explicitly asked for... -- Lisandro Dalcín --------------- Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC) Instituto de Desarrollo Tecnológico para la Industria Química (INTEC) Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET) PTLC - Güemes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
