]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-93771: Clarify how deepfreeze.py is run (#94150)
authorGuido van Rossum <guido@python.org>
Thu, 23 Jun 2022 16:31:39 +0000 (10:31 -0600)
committerGitHub <noreply@github.com>
Thu, 23 Jun 2022 16:31:39 +0000 (09:31 -0700)
Tools/scripts/deepfreeze.py

index b2d091aca1f6cc14b76b75efbeb961bd9e024bc6..a46cf6c01647f213264e3df87d2fdf19b1853a96 100644 (file)
@@ -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