[pypy-commit] [Mercurial][pypy/pypy][branch/gcref-based-type-erasure] 2 commits: add and fix some tests

2023-06-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/gcref-based-type-erasure at 
PyPy / pypy


Commits:
64577e1c by Carl Friedrich Bolz-Tereick at 2023-06-20T09:02:11+02:00
add and fix some tests

--HG--
branch : gcref-based-type-erasure

- - - - -
0d23e89e by Carl Friedrich Bolz-Tereick at 2023-06-22T13:53:08+02:00
fix this test, which starts failing because some other tests use the same
GcArray type to store pointers as l1, l2, l3

--HG--
branch : gcref-based-type-erasure

- - - - -


3 changed files:

- rpython/rtyper/test/test_rdict.py
- rpython/rtyper/test/test_rlist.py
- rpython/translator/c/test/test_newgc.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/f8bda533707b1648a5be1919cf5cc4c94f7cdfe7...0d23e89ee61444897075c32c04f4fea1fa3c254f

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/f8bda533707b1648a5be1919cf5cc4c94f7cdfe7...0d23e89ee61444897075c32c04f4fea1fa3c254f
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


[pypy-commit] [Mercurial][pypy/pypy][branch/gcref-based-type-erasure] make odict.items no longer a oopspec, it creates rtyping trouble and serves no

2023-06-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/gcref-based-type-erasure at 
PyPy / pypy


Commits:
1e95e48d by Carl Friedrich Bolz-Tereick at 2023-06-22T19:07:16+02:00
make odict.items no longer a oopspec, it creates rtyping trouble and serves no
benefit

--HG--
branch : gcref-based-type-erasure

- - - - -


2 changed files:

- rpython/jit/codewriter/support.py
- rpython/rtyper/lltypesystem/rordereddict.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/1e95e48d0b9a3d473f456dcae62c103c456020fc

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/1e95e48d0b9a3d473f456dcae62c103c456020fc
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