Functions | |
def | _commandfile_spawn (self, command) |
def | monkeypatch_spawn () |
Variables | |
_classic_spawn = ccompiler.CCompiler.spawn | |
int | MAX_COMMAND_LENGTH = 8191 |
|
private |
Definition at line 33 of file _spawn_patch.py.
def _spawn_patch.monkeypatch_spawn | ( | ) |
Monkeypatching is dumb, but it's either that or we become maintainers of something much, much bigger.
Definition at line 57 of file _spawn_patch.py.
|
private |
Definition at line 30 of file _spawn_patch.py.
int _spawn_patch.MAX_COMMAND_LENGTH = 8191 |
Definition at line 28 of file _spawn_patch.py.