Branch: refs/heads/master Home: https://github.com/python/cpython Commit: b109a1d3360fc4bb87b9887264e3634632d392ca https://github.com/python/cpython/commit/b109a1d3360fc4bb87b9887264e3634632d392ca Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年05月04日 (2017年5月04日) Changed paths: M Doc/library/sysconfig.rst M Lib/distutils/sysconfig.py Log Message: ----------- bpo-30273: Update sysconfig (#1464) The AST_H_DIR variable was removed from Makefile.pre.in by the commit a5c62a8e9f0de6c4133825a5710984a3cd5e102b (bpo-23404). AST_H_DIR was hardcoded to "Include", so replace the removed variable by its content. Remove also ASDLGEN variable from sysconfig example since this variable was also removed.