Matti Picus pushed to branch branch/py3.7 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

- - - - -


30 changed files:

- extra_tests/test_pyrepl/infrastructure.py
- extra_tests/test_pyrepl/test_reader.py
- lib_pypy/pyrepl/historical_reader.py
- lib_pypy/pyrepl/reader.py
- lib_pypy/pyrepl/unix_console.py
- 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
- pypy/module/_hpy_universal/state.py
- pypy/module/_hpy_universal/test/_vendored/conftest.py
- pypy/module/_hpy_universal/test/_vendored/support.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/0e4ceafe9cba0fa302234499c49ee696c10ec3b7...933937e4c2a5182b938fe13f7edf4493c551594b

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/0e4ceafe9cba0fa302234499c49ee696c10ec3b7...933937e4c2a5182b938fe13f7edf4493c551594b
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