Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe29c9 commit 7541c8eCopy full SHA for 7541c8e
2 files changed
Lib/importlib/_bootstrap.py
@@ -6,6 +6,13 @@
6
work. One should use importlib as the public-facing version of this module.
7
8
"""
9
+#
10
+# IMPORTANT: Whenever making changes to this module, be sure to run
11
+# a top-level make in order to get the frozen version of the module
12
+# update. Not doing so, will result in the Makefile to fail for
13
+# all others who don't have a ./python around to freeze the module
14
+# in the early stages of compilation.
15
16
17
# See importlib._setup() for what is injected into the global namespace.
18
0 commit comments