added 3 commits
December 7, 2018 17:34
RunOrVeith
changed the title
[Feature] Allow
[Feature] Allow total=float("inf") and len(iterable)==float("inf")total=float("inf")
Merged
Merged
LuShadowX added a commit to LuShadowX/tqdm that referenced this pull request
Jul 27, 2026tqdm.rich.tqdm.reset() called rich's Progress.reset() without a task_id, so it always raised TypeError. All three subclasses also configured their widget from the raw total, so reset(total=inf) left an inf maximum while self.total became None, unlike __init__ (tqdm#651).