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 the c files
within Cython, and I'm thinking there is a more specific place where
external function pointers parsed.

Cheers,
Favian Contreras
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to