Functions | |
def | _parallel_compile (self, sources, output_dir=None, macros=None, include_dirs=None, debug=0, extra_preargs=None, extra_postargs=None, depends=None) |
def | monkeypatch_compile_maybe () |
Variables | |
BUILD_EXT_COMPILER_JOBS | |
|
private |
Definition at line 34 of file src/python/grpcio/_parallel_compile_patch.py.
def _parallel_compile_patch.monkeypatch_compile_maybe | ( | ) |
Monkeypatching is dumb, but the build speed gain is worth it.
Definition at line 63 of file src/python/grpcio/_parallel_compile_patch.py.
int _parallel_compile_patch.BUILD_EXT_COMPILER_JOBS |
Definition at line 24 of file src/python/grpcio/_parallel_compile_patch.py.