[issue15364] sysconfig confused by relative paths

Richard Oudkerk report at bugs.python.org
Wed Jul 18 14:21:54 CEST 2012


Richard Oudkerk <shibturn at gmail.com> added the comment:

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 '.')

----------
Added file: http://bugs.python.org/file26426/sysconf.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15364>
_______________________________________


More information about the Python-bugs-list mailing list