Alexander Pyhalov
2014-12-13 7b0dcec86c5455046c26524cf1a36c2e9df55fd9
commit | author | age
5b3229 1 On Solaris pyconfig.h is delivered in the normal python header directory.
AP 2 As this is Solaris-specific, it is not suitable for upstream.
3
7b0dce 4 --- Python-3.4.2/Lib/distutils/sysconfig.py.~1~    2014-09-22 05:56:59.000000000 -0700
AP 5 +++ Python-3.4.2/Lib/distutils/sysconfig.py    2014-09-22 14:20:16.045987560 -0700
6 @@ -240,7 +240,7 @@
5b3229 7          else:
AP 8              inc_dir = _sys_home or project_base
9      else:
10 -        inc_dir = get_python_inc(plat_specific=1)
11 +        inc_dir = get_python_inc(plat_specific=0)
7b0dce 12  
AP 13      return os.path.join(inc_dir, 'pyconfig.h')
14