[Python-checkins] cpython: import.c: replace tab by spaces (original) (raw)
victor.stinner python-checkins at python.org
Sun Mar 20 04:13:15 CET 2011
- Previous message: [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
- Next message: [Python-checkins] cpython: Issue #3080: zipimport has a full unicode suppport
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/cpython/rev/a9d6c7e15456 changeset: 68708:a9d6c7e15456 user: Victor Stinner <victor.stinner at haypocalc.com> date: Mon Mar 07 16:57:48 2011 +0100 summary: import.c: replace tab by spaces
files: Python/import.c
diff --git a/Python/import.c b/Python/import.c --- a/Python/import.c +++ b/Python/import.c @@ -329,7 +329,7 @@ /* 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? */
} else {/* XXX: can the previous line fail? */ import_lock_thread = me; import_lock_level--;
-- Repository URL: http://hg.python.org/cpython
- Previous message: [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
- Next message: [Python-checkins] cpython: Issue #3080: zipimport has a full unicode suppport
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]