[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: add a way to get at the overallocated size of a list

Carl Friedrich Bolz-Tereick foss at heptapod.net
Sat Mar 20 10:46:26 EDT 2021



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


Commits:
cfc0dad9 by Carl Friedrich Bolz-Tereick at 2021-03-20T15:28:08+01:00
add a way to get at the overallocated size of a list

- - - - -
e299fa94 by Carl Friedrich Bolz-Tereick at 2021-03-20T15:46:09+01:00
expose the physical size of a list in __pypy__

- - - - -


6 changed files:

- pypy/module/__pypy__/interp_magic.py
- pypy/module/__pypy__/moduledef.py
- pypy/module/__pypy__/test/test_magic.py
- pypy/objspace/std/listobject.py
- rpython/rlib/objectmodel.py
- rpython/rlib/test/test_objectmodel.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/9ec183c40d1974594e93e53ce146c4b801fdbe44...e299fa9495f4bf9184549161f091c51e6ead5331

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/9ec183c40d1974594e93e53ce146c4b801fdbe44...e299fa9495f4bf9184549161f091c51e6ead5331
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/20210320/e403b7ac/attachment.html>


More information about the pypy-commit mailing list