diff options
author | Armin Rigo <arigo@tunes.org> | 2006-04-17 09:22:35 +0000 |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2006-04-17 09:22:35 +0000 |
commit | dfde91a79e235e2e1ca121d6164dd1818cbba395 (patch) | |
tree | 520ac68b02ddc84fbb8ff08bb5e4b657dc57b5cb /Python/pythonrun.c | |
parent | 0e2cbabb8d1b44cc4c9dfd31b0dd5fa9a950dba7 (diff) | |
download | cpython-git-dfde91a79e235e2e1ca121d6164dd1818cbba395.tar.gz |
Fix for a bug exposed by r45232:
/path/to/uninstalled/python setup.py build_ext
now failed with pyconfig.h not found. Prior to r45232
the above command did not look for pyconfig.h, but the
bug is really in the look-up code: expecting to find it
in os.curdir is a rather fragile idea.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions