]> granicus.if.org Git - python/commit
bpo-30273: Update sysconfig (#1464)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 4 May 2017 21:29:09 +0000 (23:29 +0200)
committerGitHub <noreply@github.com>
Thu, 4 May 2017 21:29:09 +0000 (23:29 +0200)
commitb109a1d3360fc4bb87b9887264e3634632d392ca
treecd30e9e2e96548eb4c44da87d3c775c76856e2a8
parent6dd4d734ed207ba16b017e38f8909de7ef187e29
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.
Doc/library/sysconfig.rst
Lib/distutils/sysconfig.py