This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tarek
Recipients a.badger, amcnabb, dmalcolm, tarek
Date 2009-11-15.01:11:59
SpamBayes Score 0.0001561842
Marked as misclassified No
Message-id <1258247523.43.0.905901643876.issue4359@psf.upfronthosting.co.za>
In-reply-to
Content
This is a problem indeed. 

One solution would be to generate a module in the stdlib that contains
all these info, when configure is called.

as a matter of fact, I am currently working in a branch to add a module
called "sysconfig" to the stdlib, that contains installation paths
extracted from distutils/sysconfig and site.py, so the stdlib has only
one place to handle those.

This module will basically be the last spot to look for data in makefile
and pyconfig.h, so maybe we could inject in it a condensed version of
these files, in the form of a dict.

(I'll send a mail on python-dev about this)
History
Date User Action Args
2009-11-15 01:12:03tareksetrecipients: + tarek, amcnabb, a.badger, dmalcolm
2009-11-15 01:12:03tareksetmessageid: <1258247523.43.0.905901643876.issue4359@psf.upfronthosting.co.za>
2009-11-15 01:12:01tareklinkissue4359 messages
2009-11-15 01:12:00tarekcreate