Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc83ac commit 4e796f5Copy full SHA for 4e796f5
1 file changed
Tools/scripts/deepfreeze.py
@@ -1,7 +1,9 @@
1
"""Deep freeze
2
3
-The script is executed by _bootstrap_python interpreter. Shared library
4
-extension modules are not available.
+The script may be executed by _bootstrap_python interpreter.
+Shared library extension modules are not available in that case.
5
+On Windows, and in cross-compilation cases, it is executed
6
+by Python 3.10, and 3.11 features are not available.
7
"""
8
import argparse
9
import ast
0 commit comments