Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits: 007d9e5c by Antonio Cuni at 2020-10-04T15:24:36+02:00 improve the fake objspace so that it fails if you pass a resizable list to newtuple, and to catch the problem which was fixed by 0726e91a1ce1 --HG-- branch : hpy - - - - - f4fe012b by Antonio Cuni at 2020-10-04T15:46:28+02:00 greatly simplify inter_builder.py by unsharing the code between ListBuilder and TupleBuilder; this introduces a bit of code duplication, but removes all the unnecessary code and rpython hacks which were needed to implement the non-shared parts of the code --HG-- branch : hpy - - - - - 2 changed files: - pypy/module/_hpy_universal/interp_builder.py - pypy/objspace/fake/objspace.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/c6364c7d0aa99d7837d113e2ad5ebeb3023d2bff...f4fe012b04846cdd5af16bc142cc1d3dad441682 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c6364c7d0aa99d7837d113e2ad5ebeb3023d2bff...f4fe012b04846cdd5af16bc142cc1d3dad441682 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
