Skip to content

Commit ff57551

Browse files
committed
Remove unreachable statement
1 parent 9ff3d32 commit ff57551

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/import.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,6 @@ import_find_extension(PyThreadState *tstate, PyObject *name,
12531253
"module %s does not support the combination of free-threading "
12541254
"and subinterpreters",
12551255
name_buf);
1256-
return NULL;
12571256
}
12581257
#endif
12591258

0 commit comments

Comments
 (0)