Matti Picus pushed to branch branch/max_int_threshold at PyPy / pypy
Commits:
85097e12 by Matti Picus at 2022-10-26T17:49:20+02:00
test, fix max_str_int for bigint -> str for cpython compatiblitly.
We may want to diverge from CPython and set separate str -> int and int
-> str thresholds
--HG
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
bb73ee84 by Matti Picus at 2022-10-27T16:18:45+02:00
backport changes to support max_str_digits
- - - - -
0555344d by Matti Picus at 2022-10-27T23:22:08+02:00
merge heads
- - - - -
3 changed files:
- rpython/rlib/rarithmet
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
c557c19d by Matti Picus at 2022-10-16T15:01:21+03:00
implement the int_max_str_digits handling from CPython PR 96503
- sys.get(State).w_int_max_str_digits is the value to be used in conversions
- sys.int_info.default_max_str_dig
Matti Picus deleted branch branch/max_int_threshold at PyPy / pypy
--
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
b172139f by Carl Friedrich Bolz-Tereick at 2022-10-11T10:29:44+02:00
small simplification
- - - - -
216ff70e by Carl Friedrich Bolz-Tereick at 2022-10-12T22:05:00+02:00
ouch, the logic is inverted here:
these should wait till t
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy
Commits:
244070be by Yusuke Izawa at 2022-10-28T15:44:18+09:00
endswith -> find when compiling to call_assembly
--HG--
branch : threaded-code-generation
- - - - -
1 changed file:
- rpython/jit/metainterp/optimizeo