python-docs-samples icon indicating copy to clipboard operation
python-docs-samples copied to clipboard

Find possible infinite wait and file issues

Open tmatsuo opened this issue 5 years ago • 0 comments

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.

tmatsuo avatar Apr 28 '20 22:04 tmatsuo