Matti Picus pushed to branch branch/py3.6 at PyPy / pypy


Commits:
de4bcd27 by Matti Picus at 2020-06-21T21:27:38+03:00
make sure _cffi_backed tests are run with the correct compiler

- - - - -
058003c4 by Matti Picus at 2020-06-24T11:20:19+03:00
make sure cpyext tests are run with the correct compiler

- - - - -
302e2372 by Armin Rigo at 2020-06-25T13:57:04+02:00
Fixes for 560856d4f545: need to add an ARRAYMOVE operation in the jit, similar
to ARRAYCOPY

- - - - -
f7c966d0 by Armin Rigo at 2020-06-25T16:39:54+02:00
fix tests

- - - - -
b53d7fb5 by Armin Rigo at 2020-06-26T11:18:36+02:00
Fix for recent versions of gcc when running the cpyext tests:
the 'all_exceptions' lists global variables that would end up
being defined twice, in both 'code' and 'struct_source', ending
up in two .c files.  Older versions of gcc seem happy about that
but newer versions complain.

- - - - -
9f503a6e by Armin Rigo at 2020-06-26T11:19:30+02:00
#3251

PySet_Add fails on frozenset.  Fixed

- - - - -
40d4488f by Matti Picus at 2020-06-26T12:33:14+03:00
merge default into py3.6

--HG--
branch : py3.6

- - - - -


21 changed files:

- pypy/module/cpyext/api.py
- + pypy/module/cpyext/conftest.py
- pypy/module/cpyext/setobject.py
- pypy/module/cpyext/test/test_setobject.py
- pypy/objspace/std/setobject.py
- rpython/jit/codewriter/effectinfo.py
- rpython/jit/codewriter/jtransform.py
- rpython/jit/codewriter/support.py
- rpython/jit/codewriter/test/test_jtransform.py
- rpython/jit/codewriter/test/test_list.py
- rpython/jit/codewriter/test/test_void_list.py
- rpython/jit/metainterp/heapcache.py
- rpython/jit/metainterp/optimizeopt/rewrite.py
- rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py
- rpython/jit/metainterp/optimizeopt/test/test_util.py
- rpython/jit/metainterp/test/test_heapcache.py
- rpython/jit/metainterp/test/test_list.py
- rpython/memory/gctransform/test/test_framework.py
- rpython/rlib/rgc.py
- rpython/rlib/test/test_rgc.py
- rpython/rtyper/rlist.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/b782f1782a192b120820c4707d5158d52d6ca1be...40d4488f87bb4346eb342525018d31c2edef9713

-- 
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/b782f1782a192b120820c4707d5158d52d6ca1be...40d4488f87bb4346eb342525018d31c2edef9713
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

Reply via email to