gh-93771: Clarify how deepfreeze.py is run (#94150)

This commit is contained in:
Guido van Rossum 2022-06-23 10:31:39 -06:00 committed by GitHub
parent 2fc83ac3af
commit 4e796f5646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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