mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (GH-11777)
This commit is contained in:
parent
dcb68f47f7
commit
1dc5cb9cb3
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@ 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
|
||||
# updated. Not doing so will result in the Makefile to fail for
|
||||
# IMPORTANT: Whenever making changes to this module, be sure to run a top-level
|
||||
# `make regen-importlib` followed by `make` in order to get the frozen version
|
||||
# of the module updated. 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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue