mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	patch from Charles Waldman--
define ThreadError (== thread.error); docs should be updated, too
This commit is contained in:
		
							parent
							
								
									d87eb73f32
								
							
						
					
					
						commit
						b5fc749c8b
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -18,6 +18,7 @@ | |||
| _start_new_thread = thread.start_new_thread | ||||
| _allocate_lock = thread.allocate_lock | ||||
| _get_ident = thread.get_ident | ||||
| ThreadError = thread.error | ||||
| del thread | ||||
| 
 | ||||
| _print_exc = traceback.print_exc | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jeremy Hylton
						Jeremy Hylton