On Mon, May 4, 2009 at 5:22 PM, Stefan Behnel <[email protected]> wrote: > > > Could you try to come up with a compilable test case for this? I pushed an > untested fix. > > http://hg.cython.org/cython-devel/rev/e6f5fc96fb42 >
Moving the testcase from test/broken to test/compile and adding a empty header now works for me (as well as the code in my own projects)... $ hg status A tests/compile/cdefexternempty.pyx A tests/compile/cheese.h R tests/broken/cdefexternempty.pyx IIUC, these test are C-compiled... so this should be enough, right? -- 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
