Antonio Cuni pushed to branch branch/hpy-0.0.2 at PyPy / pypy


Commits:
97f01509 by Antonio Cuni at 2021-04-09T16:53:15+02:00
Manually managing patches over hpy-0.0.2 is too annoying, give up for now..

The relevant changes are being committed to the antocuni/0.0.2-fixes-for-pypy
git branch, and from now I will regularly ./update_vendored.sh from there. The
most annoying thing is that now version.py and version.h contains a version
called "0.0.3.devX...", while in theory this is still version 0.0.2. 
I'll take
care of this mess later :(

--HG--
branch : hpy-0.0.2

- - - - -
86628e50 by Antonio Cuni at 2021-04-09T16:56:19+02:00
WIP: implement _hpy_universal.load(..., debug=True)

--HG--
branch : hpy-0.0.2

- - - - -
599d64b9 by Antonio Cuni at 2021-04-09T17:04:08+02:00
./update_vendored.sh

--HG--
branch : hpy-0.0.2

- - - - -
0d7ee11c by Antonio Cuni at 2021-04-09T17:48:54+02:00
./update_vendored.sh

--HG--
branch : hpy-0.0.2

- - - - -
bd1728a6 by Antonio Cuni at 2021-04-09T17:50:23+02:00
WIP: use the debug ctx when loading a module. However, this is still not 
working because ATM we always pass state.ctx when calling function/methods, we 
need to fix that

--HG--
branch : hpy-0.0.2

- - - - -


12 changed files:

- pypy/module/_hpy_universal/_vendored/hpy/debug/src/debug_ctx.c
- pypy/module/_hpy_universal/_vendored/hpy/debug/src/debug_internal.h
- pypy/module/_hpy_universal/_vendored/hpy/debug/src/include/hpy_debug.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/version.h
- pypy/module/_hpy_universal/_vendored/hpy/devel/src/runtime/ctx_tracker.c
- pypy/module/_hpy_universal/_vendored/hpy/devel/version.py
- pypy/module/_hpy_universal/interp_hpy.py
- pypy/module/_hpy_universal/llapi.py
- − pypy/module/_hpy_universal/patches/02_FIXME_ctx_tracker.patch
- − pypy/module/_hpy_universal/patches/03_FIXME_test_ctx_name.patch
- pypy/module/_hpy_universal/test/_vendored/debug/test_handles.py
- pypy/module/_hpy_universal/test/support.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/a7fe7cd238be7ba5a7671cbee576cc40ec8e19b3...bd1728a6cb0cb56e4a9463808f2452aca97c45b1

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/a7fe7cd238be7ba5a7671cbee576cc40ec8e19b3...bd1728a6cb0cb56e4a9463808f2452aca97c45b1
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

Reply via email to