Issue #9709: Revert 97fb852c5c26. Many extensions are not using PyMODINIT_FUNC.
This commit is contained in:
parent
581ee3618c
commit
748f40d162
|
@ -538,7 +538,7 @@ class build_ext(Command):
|
|||
library_dirs=ext.library_dirs,
|
||||
runtime_library_dirs=ext.runtime_library_dirs,
|
||||
extra_postargs=extra_args,
|
||||
export_symbols=ext.export_symbols,
|
||||
export_symbols=self.get_export_symbols(ext),
|
||||
debug=self.debug,
|
||||
build_temp=self.build_temp,
|
||||
target_lang=language)
|
||||
|
|
Loading…
Reference in New Issue