[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: make it possible to convert classes to strs in RPython (I keep running into

Carl Friedrich Bolz-Tereick foss at heptapod.net
Mon Feb 24 07:46:16 EST 2020


Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
bbf83041 by Carl Friedrich Bolz-Tereick at 2020-02-24T13:20:40+01:00
make it possible to convert classes to strs in RPython (I keep running into
this problem)

- - - - -
1ac92983 by Carl Friedrich Bolz-Tereick at 2020-02-24T13:37:05+01:00
ouch, it's *not* safe to promote list strategies, due to SizeListStrategy. use
the type as the green key instead

- - - - -


3 changed files:

- pypy/objspace/std/listobject.py
- rpython/rtyper/rclass.py
- rpython/rtyper/test/test_rclass.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/dc426d3f3ccc7cd6dea68c675991ee3abb77e9b2...1ac92983edccdf5bd5c4ef23cbb68b79219953c4

---
View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/dc426d3f3ccc7cd6dea68c675991ee3abb77e9b2...1ac92983edccdf5bd5c4ef23cbb68b79219953c4
You're receiving this email because of your account on foss.heptapod.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200224/25cefdd0/attachment.html>


More information about the pypy-commit mailing list