mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Don't build the pcre module any more
This commit is contained in:
		
							parent
							
								
									acf261862d
								
							
						
					
					
						commit
						f7e836e6dd
					
				
					 2 changed files with 0 additions and 2 deletions
				
			
		|  | @ -177,7 +177,6 @@ def detect_modules(self): | |||
| 
 | ||||
|         # Some modules that are normally always on: | ||||
|         exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) ) | ||||
|         exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.c']) ) | ||||
| 
 | ||||
|         exts.append( Extension('_weakref', ['_weakref.c']) ) | ||||
|         exts.append( Extension('_symtable', ['symtablemodule.c']) ) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andrew M. Kuchling
						Andrew M. Kuchling