Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits: 40cd4ac9 by Carl Friedrich Bolz-Tereick at 2021-01-09T20:36:44+01:00 (cfbolz, twitch around): implement int.as_integer_ratio --HG-- branch : py3.8 - - - - - 331d102a by Carl Friedrich Bolz-Tereick at 2021-01-09T21:27:26+01:00 (cfbolz, twitch): fix evaluation order of keys and values in dict comprehensions --HG-- branch : py3.8 - - - - - c654f220 by Carl Friedrich Bolz-Tereick at 2021-01-09T21:59:05+01:00 (cfbolz, twitch) implement math.isqrt at applevel --HG-- branch : py3.8 - - - - - 8 changed files: - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/interpreter/pyopcode.py - pypy/module/math/app_math.py - pypy/module/math/moduledef.py - pypy/module/math/test/test_math.py - pypy/objspace/std/intobject.py - pypy/objspace/std/test/test_intobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/bdd0a5baf7065cf3a1dac84913a5d44b4c22c1e2...c654f2203ff3308dcdc4579b8f03094b046296f2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bdd0a5baf7065cf3a1dac84913a5d44b4c22c1e2...c654f2203ff3308dcdc4579b8f03094b046296f2 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
