Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added new typing and changed error response #195

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

davidslater
Copy link

Fixes #194

Details on approach in linked issue.

@davidslater
Copy link
Author

Removed _MaybeSequence and reference to typing.Sequence, as they are no longer used.

@talglobus
Copy link

Any updates on this? Seems to solve a pretty significant occasional bug

@davidslater
Copy link
Author

No response as of yet.

@ryuthao
Copy link

ryuthao commented Aug 14, 2023

Just ran into this today, and was suspecting that _MaybeSequence wasn't accepting list. Luckily, there was your original issue and this PR that led me to try Tuples instead.

To support this PR, it's stated in the README.md that a tuple is explicitly accepted.

backoff/_typing.py Outdated Show resolved Hide resolved
backoff/_typing.py Outdated Show resolved Hide resolved
Add ellipsis for 2 more exceptions.
@davidslater
Copy link
Author

@frost-nzcr4 I think I did what you asked there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Typing and Error Handling in on_exception
4 participants