mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
Issue a warning in case Python\importlib.h needs to be rebuilt, but there's no Python interpreter around to freeze the bootstrap script.
This commit is contained in:
parent
4fe29c9657
commit
7541c8ea37
2 changed files with 120 additions and 113 deletions
|
@ -6,6 +6,13 @@ such it requires the injection of specific modules and attributes in order to
|
|||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue