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