mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
no-issue: Fix typo in import.c (gh-107498)
This commit is contained in:
parent
2c5d206b33
commit
f57b9fd2b6
1 changed files with 1 additions and 1 deletions
|
@ -601,7 +601,7 @@ _PyImport_ClearModulesByIndex(PyInterpreterState *interp)
|
|||
when an extension is loaded. This includes when it is imported
|
||||
for the first time.
|
||||
|
||||
Here's a summary, using importlib._boostrap._load() as a starting point.
|
||||
Here's a summary, using importlib._bootstrap._load() as a starting point.
|
||||
|
||||
1. importlib._bootstrap._load()
|
||||
2. _load(): acquire import lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue