Skip to content

Commit

Permalink
gh-93771: Clarify how deepfreeze.py is run (#94150)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Jun 23, 2022
1 parent 2fc83ac commit 4e796f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Tools/scripts/deepfreeze.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4e796f5

Please sign in to comment.