Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Issue a warning in case Python\importlib.h needs to be rebuilt,
but there's no Python interpreter around to freeze the bootstrap
script.
  • Loading branch information
malemburg committed Apr 25, 2012
1 parent 4fe29c9 commit 7541c8e
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 113 deletions.
7 changes: 7 additions & 0 deletions Lib/importlib/_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
work. One should use importlib as the public-facing version of this module.
"""
#
# IMPORTANT: Whenever making changes to this module, be sure to run
# a top-level make in order to get the frozen version of the module
# update. Not doing so, will result in the Makefile to fail for
# all others who don't have a ./python around to freeze the module
# in the early stages of compilation.
#

# See importlib._setup() for what is injected into the global namespace.

Expand Down
Loading

0 comments on commit 7541c8e

Please sign in to comment.