[Python-Dev] First draft of "sysconfig"

Tarek Ziadé ziade.tarek at gmail.com
Fri Jan 1 16:32:27 CET 2010


On Sat, Dec 12, 2009 at 9:02 PM, Tarek Ziadé <ziade.tarek at gmail.com> wrote:
> Hello,
>
> A while ago I've proposed to refactor the APIs that provides access to
> the installation paths and configuration variables at runtime into a
> single module called "sysconfig", and make it easier for all
> implementations to work with them.

I've applied the suggestions made in this thread.

If no one objects, here's what I am going to do now:

I'll merge this change in the trunk, (I'll drop the branch changesets
in favor of one single, clean changeset) and start to work on the
corresponding doc, so more people will be able to give some feedback
on the APIs once the second 2.7 alpha is out.

Then, in a second step, I'll work on the removal of the Makefile and
pyconfig.h dependencies by adding a _synconfig.py file as suggested
earlier, that will be created during the build process.

Regards,
Tarek



More information about the Python-Dev mailing list