Sign in
fuchsia
/
third_party
/
github.com
/
jd
/
tenacity
/
ade0567151ea6c9494fbca94c777ab729922e527
/
.
/
releasenotes
/
notes
/
no-async-iter-6132a42e52348a75.yaml
blob: 7a92c1b510a7bbb0eec07bcab73a9747a32ce459 [
file
] [
log
] [
blame
]
---
fixes:
-
|
`AsyncRetrying` was erroneously implementing `__iter__()`, making tenacity
retrying mechanism working but in a synchronous fashion and not waiting as
expected. This interface has been removed, `__aiter__()` should be used
instead.