Skip to content

Commit 600d521

Browse files
Drop duplicate entries in the list of modules.
1 parent 48c8f26 commit 600d521

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/import.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,6 @@ list_frozen_module_names()
11301130
if (enabled) {
11311131
ADD_MODULE(p->name);
11321132
}
1133-
ADD_MODULE(p->name);
11341133
}
11351134
#undef ADD_MODULE
11361135
// Add any custom modules.

0 commit comments

Comments
 (0)