mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	import.c: replace tab by spaces
This commit is contained in:
		
							parent
							
								
									dab6780c9e
								
							
						
					
					
						commit
						942003ccf9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -329,7 +329,7 @@ _PyImport_ReInitLock(void) | ||||||
|         /* Forked as a side effect of import */ |         /* Forked as a side effect of import */ | ||||||
|         long me = PyThread_get_thread_ident(); |         long me = PyThread_get_thread_ident(); | ||||||
|         PyThread_acquire_lock(import_lock, 0); |         PyThread_acquire_lock(import_lock, 0); | ||||||
| 	/* XXX: can the previous line fail? */ |         /* XXX: can the previous line fail? */ | ||||||
|         import_lock_thread = me; |         import_lock_thread = me; | ||||||
|         import_lock_level--; |         import_lock_level--; | ||||||
|     } else { |     } else { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner