mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is
already done by PyMODINIT_FUNC.
This commit is contained in:
		
							parent
							
								
									dc96ca25df
								
							
						
					
					
						commit
						5aa08ca375
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -538,7 +538,7 @@ def build_extension(self, ext): | ||||||
|             library_dirs=ext.library_dirs, |             library_dirs=ext.library_dirs, | ||||||
|             runtime_library_dirs=ext.runtime_library_dirs, |             runtime_library_dirs=ext.runtime_library_dirs, | ||||||
|             extra_postargs=extra_args, |             extra_postargs=extra_args, | ||||||
|             export_symbols=self.get_export_symbols(ext), |             export_symbols=ext.export_symbols, | ||||||
|             debug=self.debug, |             debug=self.debug, | ||||||
|             build_temp=self.build_temp, |             build_temp=self.build_temp, | ||||||
|             target_lang=language) |             target_lang=language) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Stefan Krah
						Stefan Krah