Skip to content

Commit

Permalink
gh-93771: Clarify how deepfreeze.py is run (GH-94150)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4e796f5)

Co-authored-by: Guido van Rossum <guido@python.org>
  • Loading branch information
miss-islington and gvanrossum authored Jun 23, 2022
1 parent 1f00e8c commit ee82f0f
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 ee82f0f

Please sign in to comment.