summaryrefslogtreecommitdiffstats
path: root/configure
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
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')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 9e99352..4ae8258 100755
--- a/configure
+++ b/configure
@@ -3104,7 +3104,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