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 vstinner
Recipients barry, ezio.melotti, loewis, tarek, vstinner
Date 2010-03-10.22:53:16
SpamBayes Score 0.02309597
Marked as misclassified No
Message-id <1268261598.88.0.276264671923.issue8107@psf.upfronthosting.co.za>
In-reply-to
Content
The patch replaces sysconfig.project_base by sysconfig.get_config_var('srcdir'). You can maybe use sysconfig.project_base if sysconfig.get_config_var('srcdir') is None?
History
Date User Action Args
2010-03-10 22:53:18vstinnersetrecipients: + vstinner, loewis, barry, tarek, ezio.melotti
2010-03-10 22:53:18vstinnersetmessageid: <1268261598.88.0.276264671923.issue8107@psf.upfronthosting.co.za>
2010-03-10 22:53:16vstinnerlinkissue8107 messages
2010-03-10 22:53:16vstinnercreate