Hi all,
I am currently getting my head around type hinting in python 3. For those who are not familiar with this concept, it has been introduced in PEP 484.
When working with compiled C extensions, the only way for static type checkers to work properly is to provide "stub" files which contain the typing annotations about the symbols exported by the compiled modules.
I wonder if it would be possible for CFFI to generate these stub files while generating the C code for the compiled extensions. I do not have enough knowledge of CFFI inner workings to attempt such a task by myself but I would like to help.
What do you think?
Thanks in advance for your feedback.
--
Robin