Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits: 90f2c428 by Carl Friedrich Bolz-Tereick at 2021-01-11T18:42:14+01:00 fix fstring parsing crash --HG-- branch : py3.8 - - - - - 5ca06462 by Carl Friedrich Bolz-Tereick at 2021-01-12T13:49:29+01:00 implement pow(int, -neg, int). Right now it's a pretty naive implementation on app-level, can be optimized later (but CPython also uses naive extended Euclidian GCD, so they aren't faster I suspect). --HG-- branch : py3.8 - - - - - 6 changed files: - pypy/interpreter/astcompiler/fstring.py - pypy/objspace/std/intobject.py - pypy/objspace/std/longobject.py - pypy/objspace/std/test/apptest_fstring.py - pypy/objspace/std/test/test_intobject.py - pypy/objspace/std/test/test_longobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/0c360546b425289dd789a385054b7cee34fb547d...5ca06462b1ec34add94c16b068d0692e32729b58 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0c360546b425289dd789a385054b7cee34fb547d...5ca06462b1ec34add94c16b068d0692e32729b58 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit