mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
gh-93771: Clarify how deepfreeze.py is run (GH-94150)
(cherry picked from commit 4e796f5646
)
Co-authored-by: Guido van Rossum <guido@python.org>
This commit is contained in:
parent
1f00e8c55e
commit
ee82f0f314
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue