Commit 942003cc authored by Victor Stinner's avatar Victor Stinner

import.c: replace tab by spaces

parent dab6780c
......@@ -329,7 +329,7 @@ _PyImport_ReInitLock(void)
/* Forked as a side effect of import */
long me = PyThread_get_thread_ident();
PyThread_acquire_lock(import_lock, 0);
/* XXX: can the previous line fail? */
/* XXX: can the previous line fail? */
import_lock_thread = me;
import_lock_level--;
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment