Skip to content

1.21

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 20:15
· 7 commits to master since this release
1.21 (2025-06-13)

-----------------

* A serious parser bug could accidentally concatenate numerator and denominator
  as final denominator when parsing "x/y" where x or y are close to ``sys.maxsize``,
  thus returning a ``Fraction("x/xy")``.

* MSVC and clang now also benefit from fast "count trailing zeroes" intrinsics.