python-docs-samples
python-docs-samples copied to clipboard
Find possible infinite wait and file issues
A typical code:
operation = client.do_something()
operation.result()
We should pass timeout, otherwise it can wait forever.
It is rather easy to use grep to find possible cases and file issues on this repo.