[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.7-v7.x] 35 commits: hg merge py3.6

Matti Picus foss at heptapod.net
Thu Apr 1 09:21:44 EDT 2021



Matti Picus pushed to branch branch/release-pypy3.7-v7.x at PyPy / pypy


Commits:
b9b69be8 by Ronan Lamy at 2020-12-04T18:26:27+00:00
hg merge py3.6

--HG--
branch : hpy

- - - - -
a1637a5f by Matti Picus at 2020-11-24T10:22:21+02:00
add symlinks for python, python3 to the package (not on windows)

--HG--
branch : hpy

- - - - -
5aba2588 by Matti Picus at 2020-12-06T00:44:10+02:00
back out changeset 2215fd8a26a8 applied to wrong branch

--HG--
branch : hpy

- - - - -
97a84cd2 by Simon Cross at 2020-12-08T17:23:06+02:00
Update vendored hpy to 2829a0d.

--HG--
branch : hpy-update-to-2829a0d

- - - - -
e6d13817 by Simon Cross at 2020-12-08T17:24:15+02:00
Fix locating of compiled .so file.

--HG--
branch : hpy-update-to-2829a0d

- - - - -
85b3af55 by Simon Cross at 2020-12-08T17:34:26+02:00
Restore skipping hpy tests on windows from r100780.

--HG--
branch : hpy-update-to-2829a0d

- - - - -
0d6ab8c9 by Simon Cross at 2020-12-09T22:41:14+02:00
Small update of vendored hpy to 22a05e8.

--HG--
branch : hpy-update-to-2829a0d

- - - - -
b43a8a8c by Simon Cross at 2020-12-09T22:43:57+02:00
Implement HPy_FatalError.

--HG--
branch : hpy-update-to-2829a0d

- - - - -
a78307bf by Simon Cross at 2020-12-10T11:44:39+02:00
Fix HPyLong_AsUnsignedLongLong and HPyLong_AsSsize_t to ignore __int__ and __index__ methods.

--HG--
branch : hpy-update-to-2829a0d

- - - - -
ee6fe2ff by Simon Cross at 2020-12-10T11:45:49+02:00
Update vendored hpy to c9ada53 plus an uncommitted fix for the HPy_FatalError test.

--HG--
branch : hpy-update-to-2829a0d

- - - - -
738880b7 by Simon Cross at 2020-12-10T13:44:05+02:00
Update vendored hpy to 7a0cb53.

--HG--
branch : hpy-update-to-2829a0d

- - - - -
b856262d by Simon Cross at 2020-12-10T18:50:48+02:00
Update vendored hpy to 6e38f80.

--HG--
branch : hpy-update-to-2829a0d

- - - - -
616db8d0 by Simon Cross at 2020-12-10T18:51:36+02:00
Look for filename as .hpy.so now that the C extenion name is correct.

--HG--
branch : hpy-update-to-2829a0d

- - - - -
f45191e7 by Simon Cross at 2020-12-10T21:03:32+00:00
Merge branch 'branch/hpy-update-to-2829a0d' into 'branch/hpy'

Update hpy to 2829a0d

See merge request pypy/pypy!783

--HG--
branch : hpy

- - - - -
55925cc9 by Ronan Lamy at 2021-01-15T18:37:32+00:00
Don't crash when importing a defective module

--HG--
branch : hpy

- - - - -
a120be83 by Ronan Lamy at 2021-03-11T18:44:35+00:00
Update to Python 3.7 (merge 'py3.7' into 'hpy')

--HG--
branch : hpy

- - - - -
eadd7579 by Ronan Lamy at 2021-03-12T17:22:07+00:00
update-vendored to commit eb07982b6

--HG--
branch : hpy-update-to-eb07982b6

- - - - -
269dfa30 by Ronan Lamy at 2021-03-12T17:28:03+00:00
rename .should_check_refcount() to .supports_refcounts()

--HG--
branch : hpy-update-to-eb07982b6

- - - - -
be64a053 by Ronan Lamy at 2021-03-12T18:09:53+00:00
Add the other .supports_foo() helpers

--HG--
branch : hpy-update-to-eb07982b6

- - - - -
224ee0cc by Ronan Lamy at 2021-03-12T18:41:50+00:00
Implement HPyTuple_Check

--HG--
branch : hpy-update-to-eb07982b6

- - - - -
00f18fdb by Ronan Lamy at 2021-03-12T18:50:25+00:00
Implement HPyCallable_Check

--HG--
branch : hpy-update-to-eb07982b6

- - - - -
33f0e547 by Ronan Lamy at 2021-03-12T19:41:20+00:00
Implement HPy_CallTupleDict

--HG--
branch : hpy-update-to-eb07982b6

- - - - -
e2ab8dff by Ronan Lamy at 2021-03-16T16:52:41+00:00
Initialise all required attributes in HPyModule_Create()

--HG--
branch : hpy-update-to-eb07982b6

- - - - -
706bbfb9 by Ronan Lamy at 2021-03-16T19:58:34+00:00
Merge branch 'branch/hpy-update-to-eb07982b6' into 'branch/hpy'

Branch/hpy update to eb07982b6

See merge request pypy/pypy!810

--HG--
branch : hpy

- - - - -
ebb50162 by Matti Picus at 2021-03-31T20:45:53+03:00
merge hpy into py3.7

--HG--
branch : py3.7

- - - - -
744198ac by Matti Picus at 2021-03-31T22:51:26+03:00
merge PR 34 from github.com/pypy/pyrepl (issue 2371)

- - - - -
933937e4 by Matti Picus at 2021-03-31T22:54:21+03:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -
a40f4f9a by Matti Picus at 2021-04-01T08:23:08+03:00
fix needed for testing

- - - - -
94e147df by Matti Picus at 2021-04-01T08:36:48+03:00
do not embed lmza on linux, maybe review this when we drop CentOS6

--HG--
branch : py3.7

- - - - -
dfe8b91b by Matti Picus at 2021-04-01T08:56:29+03:00
restart whatsnew-pypy3-head.rst

--HG--
branch : py3.7

- - - - -
54403d48 by Matti Picus at 2021-04-01T09:48:27+03:00
fix memory leak

- - - - -
4a5e64a9 by Matti Picus at 2021-04-01T10:08:32+03:00
typo, fix memory leak

- - - - -
17c8d760 by Matti Picus at 2021-04-01T10:10:02+03:00
merge default into branch

--HG--
branch : py3.7

- - - - -
85c0cc3a by Matti Picus at 2021-04-01T10:34:13+03:00
fix test

--HG--
branch : py3.7

- - - - -
f491c0c6 by Matti Picus at 2021-04-01T16:21:05+03:00
merge py3.7 into release

--HG--
branch : release-pypy3.7-v7.x

- - - - -


30 changed files:

- extra_tests/test_pyrepl/infrastructure.py
- extra_tests/test_pyrepl/test_reader.py
- lib_pypy/pypy_tools/build_cffi_imports.py
- lib_pypy/pyrepl/historical_reader.py
- lib_pypy/pyrepl/reader.py
- lib_pypy/pyrepl/readline.py
- lib_pypy/pyrepl/unix_console.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/autogen_hpyfunc_declare.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/autogen_hpyslot.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/autogen_impl.h
- + pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/runtime/ctx_call.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/version.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/cpython/autogen_hpyfunc_trampolines.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/cpython/hpy.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/universal/autogen_ctx.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/universal/autogen_hpyfunc_trampolines.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/universal/autogen_trampolines.h
- + pypy/module/_hpy_universal/_vendored/hpy/devel/src/runtime/ctx_call.c
- pypy/module/_hpy_universal/_vendored/hpy/devel/version.py
- + pypy/module/_hpy_universal/interp_call.py
- pypy/module/_hpy_universal/interp_hpy.py
- pypy/module/_hpy_universal/interp_long.py
- pypy/module/_hpy_universal/interp_module.py
- pypy/module/_hpy_universal/interp_object.py
- pypy/module/_hpy_universal/interp_tuple.py
- pypy/module/_hpy_universal/llapi.py
- pypy/module/_hpy_universal/src/hpyerr.c
- pypy/module/_hpy_universal/src/hpyerr.h


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/df803daaa0f31de0be9a209e88104d99ec20097d...f491c0c6cf9f4c3f28d30424b07463b22de0aa5e

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/df803daaa0f31de0be9a209e88104d99ec20097d...f491c0c6cf9f4c3f28d30424b07463b22de0aa5e
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/20210401/5022617d/attachment-0001.html>


More information about the pypy-commit mailing list