Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits: 6028132b by Antonio Cuni at 2021-07-06T14:18:59+01:00 ./update_vendored.sh to hpy git rev 5eb6b8b --HG-- branch : hpy-0.0.2 - - - - - bd2a5de8 by Antonio Cuni at 2021-07-06T16:26:58+01:00 import update_vendored so that it copies also the dist-info directory, and add a test to check that it is correctly detected by pkg_resources. This is needed to allow setuptools to correctly pick up the hpy_ext_modules entry point --HG-- branch : hpy-0.0.2 - - - - - 9c9faa7f by Antonio Cuni at 2021-07-06T16:27:33+01:00 rerun update_vendored.sh so that it copies also hpy.devel.dist-info --HG-- branch : hpy-0.0.2 - - - - - a7c176c1 by Armin Rigo at 2021-07-07T16:14:09+02:00 add 'static' over C functions for cffi to avoid having them exported - - - - - 15e605c1 by Ronan Lamy at 2021-07-07T18:43:45+01:00 Don't keep handles open for longer than necessary --HG-- branch : py3.7 - - - - - 38818932 by Antonio Cuni at 2021-07-08T21:54:14+01:00 fix update_vendored, now the package is called 'hpy' instead of 'hpy.devel' --HG-- branch : hpy-0.0.2 - - - - - dc0a6acc by Antonio Cuni at 2021-07-08T21:58:14+01:00 ./update_vendored.sh to 0.0.2rc4.dev1+g7046acb --HG-- branch : hpy-0.0.2 - - - - - cad08924 by Antonio Cuni at 2021-07-08T22:04:28+01:00 ./update_vendored.sh to 0.0.2rc4 --HG-- branch : hpy-0.0.2 - - - - - 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 - - - - - d748531f by Ronan Lamy at 2021-07-09T19:45:42+01:00 Make sure cpyext is initialised before loading hpy extensions --HG-- branch : py3.7 - - - - - 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 - - - - - a60baa2d by Matti Picus at 2021-07-13T10:51:55+03:00 fix test for windows - - - - - fb4b34ab by Matti Picus at 2021-07-13T14:28:31+03:00 remove msvc9 _PyVerify_fd and replace FdValidator with SuppressIPH this may affect compilation on mingw since I don't know if they have an IPH handler - - - - - 7caf9e27 by Matti Picus at 2021-07-13T14:29:11+03:00 merge default into branch --HG-- branch : py3.7 - - - - - e10bb64e by Matti Picus at 2021-07-13T15:25:13+03:00 remove redunant validator check: os.isatty already checks fd --HG-- branch : py3.7 - - - - - 4bd84517 by Matti Picus at 2021-07-14T16:48:52+03:00 remove 2.7 cruft from merges --HG-- branch : py3.7 - - - - - 68dfc91f by Antonio Cuni at 2021-07-15T14:45:15+01:00 ./update_vendored to 0.0.2 --HG-- branch : hpy-0.0.2 - - - - - cc213cd1 by Antonio Cuni at 2021-07-15T14:45:32+01:00 close merged branch --HG-- branch : hpy-0.0.2 - - - - - 35b822b9 by Antonio Cuni at 2021-07-15T14:46:57+01:00 hg merge hpy-0.0.2 --HG-- branch : py3.7 - - - - - a152f786 by Armin Rigo at 2021-07-15T16:33:54+02:00 Issue #3515 test and fix for re.sub() with no match and with unusual types of arguments --HG-- branch : py3.7 - - - - - 24b9ca29 by Matti Picus at 2021-07-18T17:45:13+03:00 merge py3.7 into py3.8 --HG-- branch : py3.8 - - - - - 30 changed files: - + extra_tests/hpy_tests/test_dist_info.py - − lib-python/2.7/distutils/_msvccompiler.py - − lib-python/2.7/distutils/tests/test_msvccompiler.py - lib-python/3/venv/__init__.py - lib_pypy/_audioop_build.py - + lib_pypy/hpy.dist-info/LICENSE - + lib_pypy/hpy.dist-info/METADATA - + lib_pypy/hpy.dist-info/entry_points.txt - + lib_pypy/hpy.dist-info/top_level.txt - lib_pypy/hpy/devel/__init__.py - lib_pypy/hpy/devel/include/common/version.h - lib_pypy/hpy/devel/version.py - pypy/doc/whatsnew-pypy3-head.rst - pypy/module/_hpy_universal/_vendored/hpy/devel/__init__.py - pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/version.h - pypy/module/_hpy_universal/_vendored/hpy/devel/version.py - pypy/module/_hpy_universal/interp_hpy.py - pypy/module/_hpy_universal/interp_slot.py - pypy/module/_hpy_universal/test/support.py - pypy/module/_hpy_universal/update_vendored.sh - pypy/module/_sre/interp_sre.py - pypy/module/_sre/test/test_app_sre.py - pypy/module/cpyext/api.py - pypy/module/posix/interp_posix.py - pypy/tool/release/package.py - rpython/jit/backend/test/jitlog_test.py - rpython/rlib/clibffi.py - rpython/rlib/rfile.py - rpython/rlib/rjitlog/test/test_jitlog.py - rpython/rlib/rposix.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e66fd77360cecf017a4fb6a4953561c002f3c42e...24b9ca29cdf8630ba4b1b38ae5ed5e4caccf7eb6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e66fd77360cecf017a4fb6a4953561c002f3c42e...24b9ca29cdf8630ba4b1b38ae5ed5e4caccf7eb6 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
