Original file line numberDiff line numberDiff line change@@ -1,7 +1,9 @@
11"""Deep freeze
223-The script is executed by _bootstrap_python interpreter. Shared library
4-extension modules are not available.
3+The script may be executed by _bootstrap_python interpreter.
4+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.
57"""
68importargparse
79importast