[pypy-commit] [Mercurial][pypy/pypy][branch/default] #4018: fix constfolding of str() without arguments (used to crash)

2023-10-15 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: ee9b959e by Carl Friedrich Bolz-Tereick at 2023-10-16T08:36:02+02:00 #4018: fix constfolding of str() without arguments (used to crash) - - - - - 2 changed files: - rpython/flowspace/operation.py - rpython/f

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] #4016: fix small_int.__rpow__(large_int)

2023-10-15 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: a8e6bf36 by Carl Friedrich Bolz-Tereick at 2023-10-16T08:17:18+02:00 #4016: fix small_int.__rpow__(large_int) --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/objspace/std/intobject.py - pypy/objspace/

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: #4016: fix small_int.__rpow__(large_int)

2023-10-15 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: a8e6bf36 by Carl Friedrich Bolz-Tereick at 2023-10-16T08:17:18+02:00 #4016: fix small_int.__rpow__(large_int) --HG-- branch : py3.9 - - - - - b93d8942 by Carl Friedrich Bolz-Tereick at 2023-10-16T08:18:06+02:00