We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54c504 commit 9ae412dCopy full SHA for 9ae412d
CHANGES.rst
@@ -8,6 +8,8 @@ ChangeLog
8
as final denominator when parsing "x/y" where x or y are close to ``sys.maxsize``,
9
thus returning a ``Fraction("x/xy")``.
10
11
+* MSVC and clang now also benefit from fast "count trailing zeroes" intrinsics.
12
+
13
14
1.20 (2025-06-13)
15
-----------------
src/quicktions.pyx
@@ -23,7 +23,7 @@ This is an almost-drop-in replacement for the standard library's
23
24
__all__ = ['Fraction']
25
26
-__version__ = '1.20'
+__version__ = '1.21'
27
28
cimport cython
29
from cpython.unicode cimport Py_UNICODE_TODECIMAL
0 commit comments