no-issue: Fix typo in import.c (gh-107498)

This commit is contained in:
Georg Brandl 2023-07-31 14:07:17 +02:00 committed by GitHub
parent 2c5d206b33
commit f57b9fd2b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -601,7 +601,7 @@ _PyImport_ClearModulesByIndex(PyInterpreterState *interp)
when an extension is loaded. This includes when it is imported when an extension is loaded. This includes when it is imported
for the first time. 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() 1. importlib._bootstrap._load()
2. _load(): acquire import lock 2. _load(): acquire import lock