nulano pushed to branch branch/win64 at PyPy / pypy


Commits:
b98ca2df by Matti Picus at 2020-08-11T13:52:21+03:00
refactor: use OS specific files instead of long ifdef sections

- - - - -
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

- - - - -
df31dbae by nulano at 2020-08-18T12:30:59+02:00
Merge default

--HG--
branch : win64

- - - - -


19 changed files:

- extra_tests/cffi_tests/cffi1/test_recompiler.py
- lib-python/2.7/distutils/sysconfig_pypy.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/cpyext/api.py
- pypy/module/cpyext/src/pythread.c
- + pypy/module/cpyext/src/pythread_nt.c
- + pypy/module/cpyext/src/pythread_posix.c
- rpython/rlib/rposix.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


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/9dd54b2b18f44ee03bd64b4c949564a964e377d4...df31dbaef03244920b030283df7d9177f3731e88

-- 
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/9dd54b2b18f44ee03bd64b4c949564a964e377d4...df31dbaef03244920b030283df7d9177f3731e88
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to