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


Commits:
9ca2e891 by Carl Friedrich Bolz-Tereick at 2022-03-22T19:51:07+01:00
tiny optimization: make space.len_w and space.hash_w more efficient, by not
unwrapping and rewrapping the results.

- - - - -
80373a2c by Carl Friedrich Bolz-Tereick at 2022-03-23T10:28:47+01:00
kill the cpython_code_signature implementation in pycode. it is only called for
code objects on the underlying python implementation, so just use the one in
the flowspace

- - - - -
2ed5b70a by Carl Friedrich Bolz-Tereick at 2022-03-23T10:34:53+01:00
fix the fake obj space and test_ztranslation in various modules

- - - - -
80c55af3 by Carl Friedrich Bolz-Tereick at 2022-03-23T10:41:07+01:00
oops, like this of course

- - - - -
12ad8b8b by Carl Friedrich Bolz-Tereick at 2022-03-23T10:55:02+01:00
merge default

--HG--
branch : py3.8

- - - - -
f1ee4549 by Carl Friedrich Bolz-Tereick at 2022-03-23T11:02:23+01:00
fix test

--HG--
branch : py3.8

- - - - -
63ce0442 by Carl Friedrich Bolz-Tereick at 2022-03-23T11:03:24+01:00
and now we can change the code to this, because make_signature is only called
with wrapped code objects

--HG--
branch : py3.8

- - - - -


8 changed files:

- pypy/interpreter/baseobjspace.py
- pypy/interpreter/gateway.py
- pypy/interpreter/pycode.py
- pypy/interpreter/test/test_compiler.py
- pypy/interpreter/typedef.py
- pypy/module/cpyext/api.py
- pypy/objspace/descroperation.py
- pypy/objspace/fake/objspace.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/7f00745b32196d8b2641169f218927c7253be221...63ce0442dcae10df8bd4197264fc18831061ef51

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/7f00745b32196d8b2641169f218927c7253be221...63ce0442dcae10df8bd4197264fc18831061ef51
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...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to