mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	os2 patch by Jeff Rush
This commit is contained in:
		
							parent
							
								
									c0b93191e6
								
							
						
					
					
						commit
						8e9ebfd337
					
				
					 12 changed files with 459 additions and 28 deletions
				
			
		|  | @ -149,6 +149,10 @@ void init_thread _P0() | |||
| #include "thread_nt.h" | ||||
| #endif | ||||
| 
 | ||||
| #ifdef OS2_THREADS | ||||
| #include "thread_os2.h" | ||||
| #endif | ||||
| 
 | ||||
| /*
 | ||||
| #ifdef FOOBAR_THREADS | ||||
| #include "thread_foobar.h" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum