module documentation

Undocumented

Class build_ext No class docstring; 0/7 instance variable, 3/19 methods documented
Function get_abi3_suffix Return the file extension for an abi3-compliant Extension()
Function if_dl Undocumented
Function link_shared_object Undocumented
Variable have_rtld Undocumented
Variable libtype Undocumented
Variable use_stubs Undocumented
Function _customize_compiler_for_shlib Undocumented
def get_abi3_suffix(): (source)

Return the file extension for an abi3-compliant Extension()

def if_dl(s): (source)

Undocumented

def link_shared_object(self, objects, output_libname, output_dir=None, libraries=None, library_dirs=None, runtime_library_dirs=None, export_symbols=None, debug=0, extra_preargs=None, extra_postargs=None, build_temp=None, target_lang=None): (source)

Undocumented

have_rtld: bool = (source)

Undocumented

Undocumented

use_stubs: bool = (source)

Undocumented

def _customize_compiler_for_shlib(compiler): (source)

Undocumented