RunOrVeith · GitHub

added 3 commits

December 7, 2018 17:34

@RunOrVeith

@RunOrVeith

@RunOrVeith RunOrVeith changed the title [Feature] Allow total=float("inf") and len(iterable)==float("inf") [Feature] Allow total=float("inf")

Dec 12, 2018

Merged

casperdcl added a commit that referenced this pull request

Jul 24, 2026

Merged

casperdcl added a commit that referenced this pull request

Jul 27, 2026

LuShadowX added a commit to LuShadowX/tqdm that referenced this pull request

Jul 27, 2026
tqdm.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).

Read the original on github.com ↗