Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f57b9fd

Browse filesBrowse files
authored
no-issue: Fix typo in import.c (gh-107498)
1 parent 2c5d206 commit f57b9fd
Copy full SHA for f57b9fd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Python/import.c

Copy file name to clipboardExpand all lines: Python/import.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ _PyImport_ClearModulesByIndex(PyInterpreterState *interp)
601601
when an extension is loaded. This includes when it is imported
602602
for the first time.
603603
604-
Here's a summary, using importlib._boostrap._load() as a starting point.
604+
Here's a summary, using importlib._bootstrap._load() as a starting point.
605605
606606
1. importlib._bootstrap._load()
607607
2. _load(): acquire import lock

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.