aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-06-23 09:57:29 -0700
committerGitHub <noreply@github.com>2022-06-23 09:57:29 -0700
commitee82f0f31454cef1e73bd95e1814faabd91b0810 (patch)
treee83ad529cb4a5a7c3c6076bb02cb6733fd73aae6 /Tools
parent[3.11] GH-91742: Fix pdb crash after jump (GH-94171) (#94176) (diff)
downloadcpython-ee82f0f31454cef1e73bd95e1814faabd91b0810.tar.gz
cpython-ee82f0f31454cef1e73bd95e1814faabd91b0810.tar.bz2
cpython-ee82f0f31454cef1e73bd95e1814faabd91b0810.zip
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 43a7a98fcc5..5aca79a722e 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