[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: this test is no longer correct on 3.8

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Fri Jun 11 16:11:33 EDT 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy


Commits:
a0e93370 by Carl Friedrich Bolz-Tereick at 2021-06-11T21:08:47+02:00
this test is no longer correct on 3.8

--HG--
branch : py3.8

- - - - -
87e2c88c by Carl Friedrich Bolz-Tereick at 2021-06-11T21:17:04+02:00
implement min/max argument parsing using keyword only arguments. fix corner
case that CPython's test_heapq relies on in the process.

--HG--
branch : py3.8

- - - - -
4c6a4f40 by Carl Friedrich Bolz-Tereick at 2021-06-11T22:06:37+02:00
implement opcode micro-optimization: conditional jump->unconditional jump:
forward conditional jump to target of unconditional jump

--HG--
branch : py3.8

- - - - -


4 changed files:

- pypy/interpreter/astcompiler/assemble.py
- pypy/interpreter/astcompiler/test/test_compiler.py
- pypy/module/__builtin__/functional.py
- pypy/module/__builtin__/test/test_functional.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5ef393f38ceda517a4b36e2189ed007fdee800df...4c6a4f40cc548b8ecbc9c6b16452ca1806462395

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5ef393f38ceda517a4b36e2189ed007fdee800df...4c6a4f40cc548b8ecbc9c6b16452ca1806462395
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210611/fa56936a/attachment.html>


More information about the pypy-commit mailing list