[pypy-commit] [Git][pypy/pypy][branch/max_int_threshold] 5 commits: test, fix max_str_int for bigint -> str for cpython compatiblitly.

2022-10-27 Thread Matti Picus (@mattip)
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

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: backport changes to support max_str_digits

2022-10-27 Thread Matti Picus (@mattip)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 20 commits: implement the int_max_str_digits handling from CPython PR 96503

2022-10-27 Thread Matti Picus (@mattip)
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

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/max_int_threshold

2022-10-27 Thread Matti Picus (@mattip)
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...

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 35 commits: small simplification

2022-10-27 Thread Matti Picus (@mattip)
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

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] endswith -> find when compiling to call_assembly

2022-10-27 Thread Yusuke Izawa (@3tty0n)
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