From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 23 Jun 2022 16:57:29 +0000 (-0700) Subject: gh-93771: Clarify how deepfreeze.py is run (GH-94150) X-Git-Tag: v3.11.0b4~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee82f0f31454cef1e73bd95e1814faabd91b0810;p=thirdparty%2FPython%2Fcpython.git gh-93771: Clarify how deepfreeze.py is run (GH-94150) (cherry picked from commit 4e796f56465f7264ddba63c8396d2649e098b617) Co-authored-by: Guido van Rossum --- diff --git a/Tools/scripts/deepfreeze.py b/Tools/scripts/deepfreeze.py index 43a7a98fcc50..5aca79a722e1 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