]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
get_config_h_filename(): Fix to work with current Python
authorFred Drake <fdrake@acm.org>
Mon, 11 Jan 1999 15:34:55 +0000 (15:34 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 11 Jan 1999 15:34:55 +0000 (15:34 +0000)
commit6a1b53c16538b3d503b19aa039f4a54bc757bc21
tree751fa10e4f11d1ef1710eb87bc8907c9ded66c2b
parentc66e860418d9e94b04eb1a8318384324726d3f15
get_config_h_filename():  Fix to work with current Python
installations; it was picking up a stale config.h from an
overwritten installation.
Lib/distutils/sysconfig.py