Exemplo n.º 1
0
def run_setup():
    setup(ext_modules=[cc.distutils_extension()])
Exemplo n.º 2
0
def run_setup():
    # Avoid sporadic crashes on Windows due to MSVCRT spawnve()
    _patch_exec_command()
    setup(ext_modules=[cc.distutils_extension()])
Exemplo n.º 3
0
def run_setup():
    # Avoid sporadic crashes on Windows due to MSVCRT spawnve()
    _patch_exec_command()
    setup(ext_modules=[cc.distutils_extension()])