MCPcopy Create free account
hub / github.com/FastLED/FastLED / subprocess_capture_checker.py

File subprocess_capture_checker.py

ci/lint_python/subprocess_capture_checker.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Checker that flags subprocess.run with capture_output=True or stdout/stderr=PIPE.
2
3Capturing output with subprocess.run can cause deadlocks when the output buffer
4fills up. Always use `RunningProcess.run()` from `running_process` instead,

Callers

nothing calls this directly

Calls 2

compileMethod · 0.80
mainFunction · 0.70

Tested by

no test coverage detected