mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +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:
 | 
					        # Some modules that are normally always on:
 | 
				
			||||||
        exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) )
 | 
					        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('_weakref', ['_weakref.c']) )
 | 
				
			||||||
        exts.append( Extension('_symtable', ['symtablemodule.c']) )
 | 
					        exts.append( Extension('_symtable', ['symtablemodule.c']) )
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										1
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.py
									
										
									
									
									
								
							| 
						 | 
					@ -296,7 +296,6 @@ def detect_modules(self):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Some modules that are normally always on:
 | 
					        # Some modules that are normally always on:
 | 
				
			||||||
        exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) )
 | 
					        exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) )
 | 
				
			||||||
        exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.c']) )
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        exts.append( Extension('_hotshot', ['_hotshot.c']) )
 | 
					        exts.append( Extension('_hotshot', ['_hotshot.c']) )
 | 
				
			||||||
        exts.append( Extension('_weakref', ['_weakref.c']) )
 | 
					        exts.append( Extension('_weakref', ['_weakref.c']) )
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue