[pypy-commit] [Git][pypy/pypy][branch/hpy] 17 commits: Update vendored hpy to 7c832a2f.

Simon Cross foss at heptapod.net
Fri Dec 4 10:17:20 EST 2020



Simon Cross pushed to branch branch/hpy at PyPy / pypy


Commits:
01b799f6 by Simon Cross at 2020-12-01T23:31:00+02:00
Update vendored hpy to 7c832a2f.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
68323427 by Simon Cross at 2020-12-02T00:15:39+02:00
Update ctx.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
9a14b0c8 by Simon Cross at 2020-12-02T00:16:23+02:00
Update the exceptions available as constant handles.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
418f8db8 by Simon Cross at 2020-12-02T00:16:58+02:00
Add new hpylong API methods.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
02768173 by Simon Cross at 2020-12-02T00:17:10+02:00
Add new hpybytes API methods.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
28c8ca0c by Simon Cross at 2020-12-02T00:17:55+02:00
Add HPyErr_SetObject.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
aea9ffb1 by Simon Cross at 2020-12-02T16:18:24+02:00
Raise ValueError from HPyBytes_FromStringAndSize if a NULL string is passed.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
920414ef by Simon Cross at 2020-12-02T16:41:02+02:00
Remove note about fixing cpyext PyLong_AsSize_t (will open an MR instead).

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
1dd7fb65 by Simon Cross at 2020-12-02T22:15:06+02:00
Merge in hpy branch.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
0cd378b8 by Simon Cross at 2020-12-02T22:36:43+02:00
Add error values to new HPyLong functions.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
c5bd13b7 by Simon Cross at 2020-12-03T00:30:35+02:00
Add all builtin exceptions to the fake objspace.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
d16b562c by Simon Cross at 2020-12-03T00:32:21+02:00
Add constcharpsize2str.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
bfd59033 by Simon Cross at 2020-12-03T00:33:05+02:00
Fix const char * types.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
87cc8282 by Simon Cross at 2020-12-03T22:40:03+02:00
Reformat if statement.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
511fd9e6 by Simon Cross at 2020-12-03T23:11:34+02:00
Convert API.cast to C-style type specifiers.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
3c4ed9e1 by Simon Cross at 2020-12-04T16:46:54+02:00
Merge in hpy.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -
42b81617 by Simon Cross at 2020-12-04T15:16:57+00:00
Merge branch 'branch/hpy-update-to-7c832a2f' into 'branch/hpy'

Updated vendored hpy to git revision 7c832a2f

See merge request pypy/pypy!778

--HG--
branch : hpy

- - - - -


30 changed files:

- pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/autogen_impl.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/hpytype.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/runtime/argparse.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/version.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_trampolines.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/src/runtime/argparse.c
- pypy/module/_hpy_universal/_vendored/hpy/devel/version.py
- pypy/module/_hpy_universal/apiset.py
- pypy/module/_hpy_universal/bridge.py
- pypy/module/_hpy_universal/handles.py
- pypy/module/_hpy_universal/interp_bytes.py
- pypy/module/_hpy_universal/interp_err.py
- pypy/module/_hpy_universal/interp_long.py
- pypy/module/_hpy_universal/llapi.py
- pypy/module/_hpy_universal/src/bridge.h
- 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/test_argparse.py
- pypy/module/_hpy_universal/test/_vendored/test_basic.py
- pypy/module/_hpy_universal/test/_vendored/test_hpyerr.py
- pypy/module/_hpy_universal/test/_vendored/test_hpylong.py
- pypy/module/_hpy_universal/test/_vendored/test_hpytype.py
- pypy/module/_hpy_universal/test/_vendored/test_importing.py
- pypy/module/_hpy_universal/test/_vendored/test_number.py
- pypy/module/_hpy_universal/test/_vendored/test_slots.py
- pypy/module/_hpy_universal/test/_vendored/test_tracker.py
- pypy/objspace/fake/objspace.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/ac7049ab9440914357fc9fe0ab2cacfa582466fd...42b81617dce6d291861263f32aad68fab0d9a303

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ac7049ab9440914357fc9fe0ab2cacfa582466fd...42b81617dce6d291861263f32aad68fab0d9a303
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/20201204/e6c8311e/attachment.html>


More information about the pypy-commit mailing list