We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e4e6f commit e43b2c5Copy full SHA for e43b2c5
src/quicktions.pyx
@@ -52,7 +52,7 @@ cdef object _operator_index = operator.index
52
53
54
# Cache widely used 10**x int objects.
55
-DEF CACHED_POW10 = 62 # sys.getsizeof(tuple[58]) == 512 bytes in Py3.7
+DEF CACHED_POW10 = 64 # sys.getsizeof(tuple[58]) == 512 bytes in Py3.7
56
57
cdef tuple _cache_pow10():
58
cdef int i
0 commit comments