Skip to content

Commit e9c37fe

Browse files
Fix a copy-and-paste bug.
1 parent ee70a96 commit e9c37fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/import.c

-2
Original file line numberDiff line numberDiff line change
@@ -1004,8 +1004,6 @@ _extensions_cache_delete(PyObject *filename, PyObject *name)
10041004
goto finally;
10051005
}
10061006

1007-
_PyThreadState_BindDetached(&EXTENSIONS.main_tstate);
1008-
10091007
PyObject *extensions = EXTENSIONS.dict;
10101008
if (extensions == NULL) {
10111009
res = 0;

0 commit comments

Comments
 (0)