[pypy-commit] [Git][pypy/pypy][branch/py3.7] 9 commits: add 'static' over C functions for cffi to avoid having them exported

Matti Picus (@mattip) foss at heptapod.net
Mon Jul 12 13:21:32 EDT 2021



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


Commits:
a7c176c1 by Armin Rigo at 2021-07-07T16:14:09+02:00
add 'static' over C functions for cffi to avoid having them exported

- - - - -
7bc02a63 by Matti Picus at 2021-07-09T15:41:19+03:00
use libffi-7.dll from externals instead of the older rpython/translator/c/srcs

--HG--
branch : libffi-win64

- - - - -
93f8df39 by Matti Picus at 2021-07-11T11:03:07+03:00
copy libpypy-7.dll in packaging and at the end of translation

--HG--
branch : libffi-win64

- - - - -
1652cbd9 by Matti Picus at 2021-07-11T12:46:37+03:00
copy libffi in venv too

--HG--
branch : libffi-win64

- - - - -
32e871e9 by Matti Picus at 2021-07-11T12:46:37+03:00
backport libffi-win64

- - - - -
4b63d9c9 by Matti Picus at 2021-07-12T20:15:15+03:00
document and close branch to be merged

--HG--
branch : libffi-win64

- - - - -
70c4e43d by Matti Picus at 2021-07-12T20:15:52+03:00
merge branch to use libffi3.3 on windows

--HG--
branch : py3.7

- - - - -
83c6bd7b by Matti Picus at 2021-07-12T20:16:37+03:00
cleanup libffi_msvc removal

- - - - -
d854e2f8 by Matti Picus at 2021-07-12T20:20:09+03:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -


17 changed files:

- lib-python/3/venv/__init__.py
- lib_pypy/_audioop_build.py
- pypy/doc/whatsnew-pypy3-head.rst
- pypy/tool/release/package.py
- rpython/rlib/clibffi.py
- rpython/translator/c/src/libffi_msvc/README.pypy → rpython/translator/c/src/_libffi_msvc/README.pypy
- rpython/translator/c/src/libffi_msvc/ffi.c → rpython/translator/c/src/_libffi_msvc/ffi.c
- rpython/translator/c/src/libffi_msvc/ffi.h → rpython/translator/c/src/_libffi_msvc/ffi.h
- rpython/translator/c/src/libffi_msvc/ffi_common.h → rpython/translator/c/src/_libffi_msvc/ffi_common.h
- rpython/translator/c/src/libffi_msvc/fficonfig.h → rpython/translator/c/src/_libffi_msvc/fficonfig.h
- rpython/translator/c/src/libffi_msvc/ffitarget.h → rpython/translator/c/src/_libffi_msvc/ffitarget.h
- rpython/translator/c/src/libffi_msvc/prep_cif.c → rpython/translator/c/src/_libffi_msvc/prep_cif.c
- rpython/translator/c/src/libffi_msvc/pypy_ffi.c → rpython/translator/c/src/_libffi_msvc/pypy_ffi.c
- rpython/translator/c/src/libffi_msvc/types.c → rpython/translator/c/src/_libffi_msvc/types.c
- rpython/translator/c/src/libffi_msvc/win32.c → rpython/translator/c/src/_libffi_msvc/win32.c
- rpython/translator/c/src/libffi_msvc/win64.asm → rpython/translator/c/src/_libffi_msvc/win64.asm
- rpython/translator/driver.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d748531faa153c8e1b272ce307814c4c1b6fd6e3...d854e2f83a9fb1abde4a7976d6d740245a455268

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d748531faa153c8e1b272ce307814c4c1b6fd6e3...d854e2f83a9fb1abde4a7976d6d740245a455268
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/20210712/28ec6c56/attachment.html>


More information about the pypy-commit mailing list