summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-11-22 15:46:18 (GMT)
committerGitHub <noreply@github.com>2022-11-22 15:46:18 (GMT)
commit49f2eee0a34af74d6c68969243d47ada79298975 (patch)
tree841795520c9c9dc6b44a6e13306d6f75d7ec2392 /Misc
parentf38eebb88b79c1facc00eb426801bd3b6681d657 (diff)
downloadcpython-49f2eee0a34af74d6c68969243d47ada79298975.zip
cpython-49f2eee0a34af74d6c68969243d47ada79298975.tar.gz
cpython-49f2eee0a34af74d6c68969243d47ada79298975.tar.bz2
[3.11] gh-99016: Make build scripts compatible with Python 3.8 (GH-99017). (GH-99693)
(cherry picked from commit f520d720f667c87f7b70ed86ea58d73892d6b969)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2022-11-02-19-25-07.gh-issue-99016.R05NkD.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-11-02-19-25-07.gh-issue-99016.R05NkD.rst b/Misc/NEWS.d/next/Build/2022-11-02-19-25-07.gh-issue-99016.R05NkD.rst
new file mode 100644
index 0000000..df189da
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2022-11-02-19-25-07.gh-issue-99016.R05NkD.rst
@@ -0,0 +1 @@
+Fix build with ``PYTHON_FOR_REGEN=python3.8``.