Hacker News new | ask | show | jobs
by morelisp 1864 days ago
> My number one wish would be the ability to read definitions from .h files automatically.

This was originally a feature of ctypes but was dropped before stdlib inclusion because it's difficult to solve in the general, "public distribution" case. Nonetheless I don't think there's any need to replace ctypes to reintroduce it, it was done as a library / external tool before and still could be.

https://svn.python.org/projects/ctypes/trunk/ctypeslib/ctype...