Message 145462 - Python tracker
> > A Python solution would be more useful for other implementations > > if enough of the sysconfig info is not CPython specific. > That’s the point: the info currently parsed at runtime by sysconfig is > specific to CPython (Makefile and pyconfig.h), so adding a > CPython-specific C module was thought the way to go. A module doesn't have to be written in C to be CPython-specific.