You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Were you trying to unit-test the limiter or something?
What version were you using?
And Limiter only accepts a list of rates, not a single rate like in your example.
No, this is the smallest repro of what I'm seeing in a larger system. I narrowed it down to literally the QuickStart example on your README except with the monkeypatching inserted first.
Oh, sorry, your other questions:
not a unit test
does not seem to matter if I pass Limiter a list of rates or a single rate
version 3.6.0
I also cut down the python virtual environment to the bare minimum, it's literally just
As the subject says, specifically on Windows this hangs indefinitely:
Reproduced on Windows 11, using pyenv to install python 3.10, 3.11 and 3.12.
The text was updated successfully, but these errors were encountered: