summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2023-04-12 18:27:14 (GMT)
committerGitHub <noreply@github.com>2023-04-12 18:27:14 (GMT)
commit7f3c10650385907b5a2234edb2b1334cafd47a0a (patch)
tree27edc54fa94fb6eb2c2911543d8e3ba4e45995cc /configure.ac
parent52f96d3ea39fea4c16e26b7b10bd2db09726bd7c (diff)
downloadcpython-7f3c10650385907b5a2234edb2b1334cafd47a0a.zip
cpython-7f3c10650385907b5a2234edb2b1334cafd47a0a.tar.gz
cpython-7f3c10650385907b5a2234edb2b1334cafd47a0a.tar.bz2
gh-103326: Remove `Python/importlib.h` (GH-103331)
Co-authored-by: Brett Cannon <brett@python.org> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 31b7a21..4d9eb46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,7 +97,6 @@ if test "$srcdir" != . -a "$srcdir" != "$(pwd)"; then
# resources get picked up before their $srcdir counterparts.
# Objects/ -> typeslots.inc
# Include/ -> Python.h
- # Python/ -> importlib.h
# (A side effect of this is that these resources will automatically be
# regenerated when building out-of-tree, regardless of whether or not
# the $srcdir counterpart is up-to-date. This is an acceptable trade