Antoine Pitrou <pit...@free.fr> added the comment: > > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13150> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com