Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
Capturing output
with
subprocess.run can cause deadlocks when the output buffer
4
fills up. Always use `RunningProcess.run()`
from
`running_process` instead,
Callers
nothing calls this directly
Calls
2
compile
Method · 0.80
main
Function · 0.70
Tested by
no test coverage detected