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


Commits:
811c174f by Matti Picus at 2020-08-14T00:12:29+03:00
pypy2 only: add SOABI to distutils.sysconfig so wheel gets the correct ABI tag

https://github.com/pypa/wheel/issues/363

- - - - -
393baaa5 by Armin Rigo at 2020-08-14T10:33:45+02:00
typo

- - - - -
85041181 by Armin Rigo at 2020-08-15T21:57:43+02:00
update to cffi 1.14.2

- - - - -
411c1c4a by Matti Picus at 2020-08-16T08:40:53+03:00
windows writes addresses with upper case hex

- - - - -
199ce0f9 by Matti Picus at 2020-08-16T11:28:21+03:00
skip tests that need disassembler on windows

- - - - -
71e8f49a by Matti Picus at 2020-08-16T19:22:31+03:00
fix test for platforms where default python is python3

- - - - -
1d58b8f2 by Matti Picus at 2020-08-17T14:27:43+03:00
backport rpython part of 4255afffa627

- - - - -
3406da27 by Matti Picus at 2020-08-18T10:10:30+03:00
backport sched rposix functions from pr639

- - - - -
0909ebb2 by Matti Picus at 2020-08-19T10:19:08+03:00
fix import in test

- - - - -
764001ba by Matti Picus at 2020-08-21T13:02:53+03:00
fixes for running untranslated tests with pypy2

- - - - -
b209d3f2 by Matti Picus at 2020-08-21T17:10:15+03:00
partial fix: turn a crash into an error on win32

- - - - -
55653e85 by Matti Picus at 2020-08-22T14:23:05+02:00
fix

- - - - -
35452c8d by Matti Picus at 2020-08-22T23:32:01+03:00
use FdValidator not is_valid_fd

- - - - -
f7a88100 by Matti Picus at 2020-08-23T19:02:09+03:00
merge default into py3.6

--HG--
branch : py3.6

- - - - -


19 changed files:

- extra_tests/cffi_tests/cffi1/test_recompiler.py
- lib_pypy/cffi.egg-info/PKG-INFO
- lib_pypy/cffi/__init__.py
- lib_pypy/cffi/_cffi_include.h
- lib_pypy/cffi/_embedding.h
- lib_pypy/cffi/recompiler.py
- lib_pypy/cffi/setuptools_ext.py
- pypy/module/_cffi_backend/__init__.py
- pypy/module/_cffi_backend/test/_backend_test_c.py
- pypy/module/_cffi_backend/test/test_recompiler.py
- pypy/module/_demo/test/test_import.py
- rpython/rlib/rposix.py
- rpython/rlib/streamio.py
- rpython/rlib/test/test_clibffi.py
- rpython/rlib/test/test_rfile.py
- rpython/rlib/test/test_rposix.py
- rpython/rtyper/lltypesystem/test/test_rffi.py
- rpython/tool/jitlogparser/test/test_parser.py
- rpython/translator/c/src/threadlocal.c


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/daf9f0b50c6a0d97bccdba91d644a0968a95762b...f7a8810026829fc0acf162fdca46b4ad81a25981

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