summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-06-23 16:57:29 (GMT)
committerGitHub <noreply@github.com>2022-06-23 16:57:29 (GMT)
commitee82f0f31454cef1e73bd95e1814faabd91b0810 (patch)
treee83ad529cb4a5a7c3c6076bb02cb6733fd73aae6 /Tools
parent1f00e8c55ec449641f6c45cf5cdc382af1f68ada (diff)
downloadcpython-ee82f0f31454cef1e73bd95e1814faabd91b0810.zip
cpython-ee82f0f31454cef1e73bd95e1814faabd91b0810.tar.gz
cpython-ee82f0f31454cef1e73bd95e1814faabd91b0810.tar.bz2
gh-93771: Clarify how deepfreeze.py is run (GH-94150)
(cherry picked from commit 4e796f56465f7264ddba63c8396d2649e098b617) Co-authored-by: Guido van Rossum <guido@python.org>
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/deepfreeze.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/Tools/scripts/deepfreeze.py b/Tools/scripts/deepfreeze.py
index 43a7a98..5aca79a 100644
--- a/Tools/scripts/deepfreeze.py
+++ b/Tools/scripts/deepfreeze.py
@@ -1,7 +1,9 @@
"""Deep freeze
-The script is executed by _bootstrap_python interpreter. Shared library
-extension modules are not available.
+The script may be executed by _bootstrap_python interpreter.
+Shared library extension modules are not available in that case.
+On Windows, and in cross-compilation cases, it is executed
+by Python 3.10, and 3.11 features are not available.
"""
import argparse
import ast