mirror of
				https://github.com/python/cpython.git
				synced 2025-11-01 06:01:29 +00:00 
			
		
		
		
	Oops, one more part of the cygwin patch (SF patch #102409 by jlt63:
Cygwin Python DLL and Shared Extension Patch). Add module.dll as a valid extension. jlt63 writes: Note that his change essentially backs out the fix for bug #115973. Should ".pyd" be retained instead for posterity?
This commit is contained in:
		
							parent
							
								
									b961920ff4
								
							
						
					
					
						commit
						fef124346e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -29,8 +29,8 @@ | |||
| 
 | ||||
| const struct filedescr _PyImport_DynLoadFiletab[] = { | ||||
| #ifdef __CYGWIN__ | ||||
| 	{".pyd", "rb", C_EXTENSION}, | ||||
| 	{".dll", "rb", C_EXTENSION}, | ||||
| 	{"module.dll", "rb", C_EXTENSION}, | ||||
| #else | ||||
| 	{".so", "rb", C_EXTENSION}, | ||||
| 	{"module.so", "rb", C_EXTENSION}, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum