Re: [Cython] Location where extern declarations are parsed

2014-11-15 Thread Robert Bradshaw
On Fri, Nov 14, 2014 at 4:46 AM, Favian Contreras wrote: > Hello all, > > Does anyone know where the (c++) external declarations are parsed? I am > specifically looking for where external function pointers are parsed by the > compiler. I noticed that all functions are parsed in some way in Symtab.

[Cython] Location where extern declarations are parsed

2014-11-15 Thread Favian Contreras
Hello all, Does anyone know where the (c++) external declarations are parsed? I am specifically looking for where external function pointers are parsed by the compiler. I noticed that all functions are parsed in some way in Symtab.py, but this includes all of the inherited methods from python and