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 sbt
Recipients chris.jerdonek, eric.araujo, fdrake, ned.deily, ronaldoussoren, sbt, tarek
Date 2012-07-18.12:21:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342614114.92.0.273427625137.issue15364@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch which also modifies distutils.sysconfig.

For "installed" pythons on posix systems it makes

    get_config_var('srcdir') == os.path.dirname(get_makefile_filename())

(The older patches would give the same result only if the relative srcdir was '.')
History
Date User Action Args
2012-07-18 12:21:55sbtsetrecipients: + sbt, fdrake, ronaldoussoren, tarek, ned.deily, eric.araujo, chris.jerdonek
2012-07-18 12:21:54sbtsetmessageid: <1342614114.92.0.273427625137.issue15364@psf.upfronthosting.co.za>
2012-07-18 12:21:54sbtlinkissue15364 messages
2012-07-18 12:21:54sbtcreate