Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
f94247c2 by Antonio Cuni at 2020-01-15T16:26:43+01:00
update_vendored to pyhandle/hpy@3dc9602
--HG--
branch : hpy
- - - - -
1e6abba8 by Antonio Cuni at 2020-01-15T16:52:20+01:00
fix test_ztranslation: making the whole cpyext
Antonio Cuni pushed new branch branch/rgil-track-thread at PyPy / pypy
---
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/tree/branch/rgil-track-thread
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-c
Antonio Cuni pushed to branch branch/rgil-track-thread at PyPy / pypy
Commits:
2c50c01d by Antonio Cuni at 2020-03-01T16:39:18+01:00
(arigo, antocuni) WIP
--HG--
branch : rgil-track-thread
- - - - -
6 changed files:
- rpython/rlib/rgil.py
- rpython/rlib/test/test_rgil.py
- rpython
Antonio Cuni pushed to branch branch/rgil-track-thread at PyPy / pypy
Commits:
e7d1d0a0 by Antonio Cuni at 2020-03-01T19:44:54+01:00
(antocuni, arigo): add a failing test for the JIT case; the fix is coming
--HG--
branch : rgil-track-thread
- - - - -
1 changed file:
- rpython/jit/backend
Antonio Cuni pushed to branch branch/rgil-track-thread at PyPy / pypy
Commits:
00e78c0a by Antonio Cuni at 2020-03-03T20:49:14+01:00
(ab)use cpu._debug_errno_container to store also the thread_ident
--HG--
branch : rgil-track-thread
- - - - -
bf78a098 by Antonio Cuni at 2020-03-03T21:26:00+01
Antonio Cuni pushed to branch branch/rgil-track-thread at PyPy / pypy
Commits:
95ac6c07 by Antonio Cuni at 2020-03-03T21:38:22+01:00
(antocuni, arigo, hodgestar around) blindly try to implement
pypy_compare_and_swap for win32
--HG--
branch : rgil-track-thread
- - - - -
1 changed file
Antonio Cuni pushed to branch branch/rgil-track-thread at PyPy / pypy
Commits:
36c1b3a2 by Antonio Cuni at 2020-03-04T15:46:14+01:00
(antocuni, arigo): yet another try at fixing all the places which could try to
acquire the gil in a new thread
--HG--
branch : rgil-track-thread
- - - - -
4
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
55e35349 by Antonio Cuni at 2020-03-05T09:04:25+01:00
WIP: rename all the imports from hpy_universal to _hpy_universal
--HG--
branch : hpy
- - - - -
638c11cd by Antonio Cuni at 2020-03-05T09:05:03+01:00
hg mv hpy_universal
Antonio Cuni pushed new branch topic/hpy/remove-global-ctx at PyPy / pypy
---
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/tree/topic/hpy/remove-global-ctx
You're receiving this email because of your account on foss.heptapod.net.
___
Antonio Cuni deleted branch topic/hpy/remove-global-ctx at PyPy / pypy
---
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
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
9c04e418 by Antonio Cuni at 2020-03-11T16:56:42+01:00
kill hpy_global_ctx, and use a space-specific ctx instead. This is needed to
avoid ending up with multiple spaces (e.g. one with cpyext and one without)
sharing the same ctx
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
8a85cf1a by Antonio Cuni at 2020-03-12T11:35:51+01:00
finally! After the merge of rgil-track-thread and after killing
cpyext_glob_tid_ptr in 0fd6d867bff6, we no longer need to call C through
generic_cpy_call, as we no longer need
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
ca6927e7 by Antonio Cuni at 2020-03-12T17:24:04+01:00
./update_vendored to git rev 337eb0a
--HG--
branch : hpy
- - - - -
d388000d by Antonio Cuni at 2020-03-12T17:28:55+01:00
WIP: start to fix things after the latest
Antonio Cuni pushed to branch branch/default at PyPy / pypy
Commits:
9d641148 by Antonio Cuni at 2019-11-18T15:27:18+01:00
(antocuni, arigo): add a passing test which we needed to convince ourselves
that you can raise exceptions from within llhelper()ed functions
--HG--
branch : hpy-rpython
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
c2d3f3e1 by Antonio Cuni at 2020-03-13T20:49:47+01:00
skip this test for now: implementing HPyErr_Occurred probably involves some
deep magic with rpython
--HG--
branch : hpy
- - - - -
7e3144b1 by Antonio Cuni at 2020-03-14T20:01
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
04d36e29 by Antonio Cuni at 2020-03-15T17:45:32+01:00
fix annotator
--HG--
branch : hpy
- - - - -
ce3d3b96 by Antonio Cuni at 2020-03-15T17:49:14+01:00
Fix translation, which was broken by 9a8d23dd614c.
Previously, this hint was
Antonio Cuni pushed to branch branch/default at PyPy / pypy
Commits:
ed9633e2 by Antonio Cuni at 2020-03-17T14:41:05+01:00
fix test_whatsnew (no need to document the branch, nothing relevant to whatsnew)
- - - - -
1 changed file:
- pypy/doc/whatsnew-head.rst
View it on GitLab:
https
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
9750f01c by Antonio Cuni at 2020-03-25T17:55:23+01:00
Be more robust when defining w_* methods in applevel tests:
- the old logic didn't work in case the function was defined at module
level
(i.e., when the function
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
832f01f8 by Antonio Cuni at 2020-03-26T11:39:05+01:00
implement HPy_GetItem_*
--HG--
branch : hpy
- - - - -
7836dccd by Antonio Cuni at 2020-03-26T11:55:10+01:00
./update_vendored to git rev b38b7f5
--HG--
branch : hpy
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
79a0fb74 by Antonio Cuni at 2020-03-26T18:20:19+01:00
./update_vendored.sh to git rev 79077d1
--HG--
branch : hpy
- - - - -
1 changed file:
- pypy/module/_hpy_universal/_vendored/test/test_number.py
View it on GitLab:
https
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
d5644c4b by Antonio Cuni at 2020-03-27T11:55:54+01:00
add a comment which summarizes my IRC discussion with armin on #hpy (14/03/2020)
--HG--
branch : hpy
- - - - -
f7c1a0d0 by Antonio Cuni at 2020-04-02T18:33:36+02:00
WIP: move
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
a18e4582 by Antonio Cuni at 2020-04-22T16:59:59Z
tentative checkin to better integrate HPy and RPython exceptions. So far
implemented only in the we_are_translated() case
--HG--
branch : hpy
- - - - -
5c889fa5 by Antonio Cuni
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
84b8fce8 by Antonio Cuni at 2020-04-23T16:53:15Z
./update_vendored to git rev a2f3e78
--HG--
branch : hpy
- - - - -
1 changed file:
- pypy/module/_hpy_universal/test/_vendored/support.py
View it on GitLab:
https
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
d749e3ad by Antonio Cuni at 2020-04-23T21:06:04Z
hack hack to pass test_exception_occurred both before and after translation
--HG--
branch : hpy
- - - - -
2 changed files:
- pypy/module/_hpy_universal/interp_err.py
- pypy
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
7137608a by Antonio Cuni at 2020-04-25T09:50:37Z
WIP: introduce the concept of the hpy-rpython bridge, which makes possible to
call rpython functions from C, and thus to implement some HPy API functions
directly in C. Use it to
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
cb6b14c0 by Antonio Cuni at 2020-04-28T09:43:54Z
fix translation
--HG--
branch : hpy
- - - - -
1 changed file:
- pypy/module/_hpy_universal/state.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/commit
Antonio Cuni pushed to branch branch/py3.6 at PyPy / pypy
Commits:
3788bc2a by Antonio Cuni at 2020-06-26T15:27:33+02:00
fix a bug which was introduced by 338b6c45ed55: if by change the GC runs in the
middle of the for loop inside __len__, the callbacks are executed, the
dictionary changes
Antonio Cuni pushed new branch branch/hpy-setuptools-extension at PyPy / pypy
--
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/hpy-setuptools-extension
You're receiving this email because of your account on foss.heptapo
Antonio Cuni pushed to branch topic/extradoc/blog-new-chapter-for-pypy at PyPy
/ extradoc
Commits:
e7d97fc9 by Antonio Cuni at 2020-08-12T13:54:28+00:00
Mention that a "future plans" blog post is coming
--HG--
branch : extradoc
- - - - -
1 changed file:
- blog/draft/2020
Antonio Cuni pushed to branch branch/hpy-update-vendored at PyPy / pypy
Commits:
293b50fa by Antonio Cuni at 2020-08-20T19:50:04+02:00
partially fix test_ztranslation, by avoiding annotatin the content of
_create_new_type if we are using the fake objspace. A more proper solution
would be to
Antonio Cuni pushed to branch branch/hpy-update-vendored at PyPy / pypy
Commits:
8104da1c by Antonio Cuni at 2020-08-22T10:48:35+02:00
Add a tool which extends hpy's own autogen to generate pypy-specific files.
In particular, autogen the W_SlotWrapper_* subclasses, one for every HPyFu
Antonio Cuni pushed to branch branch/hpy-update-vendored at PyPy / pypy
Commits:
26a2d96b by Antonio Cuni at 2020-08-23T09:27:15+02:00
greatly simplify the code which instantiate the correct W_SlotWrapper subclass
and fills correct slots
--HG--
branch : hpy-update-vendored
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
0b3c95a3 by Antonio Cuni at 2020-09-01T11:40:41+02:00
add a comment
--HG--
branch : hpy
- - - - -
1 changed file:
- pypy/module/_hpy_universal/test/support.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
412a86fa by Antonio Cuni at 2020-09-01T17:03:39+02:00
Fix the ./update_vendored script and make sure it copies the whole content of
the hpy/devel/ directory.
Moreover, run ./update_vendored.sh again, against the git commit
Antonio Cuni deleted branch branch/hpy-setuptools-extension at PyPy / pypy
--
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/lis
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
1a5ac523 by Antonio Cuni at 2020-09-01T17:46:02+02:00
install requirements in gitlab-ci
--HG--
branch : hpy
- - - - -
1 changed file:
- .gitlab-ci.yml
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/commit
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
53328780 by Antonio Cuni at 2020-09-07T14:35:50+02:00
Rename W_ExtensionFunction.flags into .sig, and use the old HPy_METH_* into
HPyFunc_*, to use the same name as we use in the C version
--HG--
branch : hpy
- - - - -
4043fb2c
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
d0bd2822 by Antonio Cuni at 2020-09-08T15:43:16+02:00
Improve the ./update_vendored.sh script in preparation of the merge of the hpy
branch 'get-version':
- use rsync instead of cp to sync the files: this way, it aut
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
e4d54e83 by Antonio Cuni at 2020-09-08T17:07:51+02:00
fix this XXX and add an optimization: since we don't need _reserved0 and
_reserved1 on PyPy, we can just allocate less bytes and adjust the offsets of
the returned po
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
cbafdaa5 by Antonio Cuni at 2020-09-08T17:52:35+02:00
start implementing GetSets; test_HPyDef_GET passes
--HG--
branch : hpy
- - - - -
8aafa80d by Antonio Cuni at 2020-09-08T17:55:48+02:00
passing the closure is tested in
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
8729887e by Antonio Cuni at 2020-09-09T00:52:27+02:00
fix a translation error, by making sure we don't mix the two rpython-level
func ptrs to member_get and getset_get
--HG--
branch : hpy
- - - - -
a0e24523 by Antonio Cu
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
ce40559b by Antonio Cuni at 2020-09-09T10:58:09+01:00
fix translation, by temporarily breaking HPyMember_BOOL
--HG--
branch : hpy
- - - - -
1 changed file:
- pypy/module/_hpy_universal/interp_descr.py
View it on GitLab
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
dd63a1a2 by Antonio Cuni at 2020-09-09T17:29:51+02:00
progress towards fixing test_ztranslation
--HG--
branch : hpy
- - - - -
fc641dfd by Antonio Cuni at 2020-09-09T17:32:18+02:00
finally fix test_ztranslation.py :)
--HG
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
ae58fd40 by Antonio Cuni at 2020-09-17T14:31:04+02:00
move the logic to parse spec.c_defines in its own function
--HG--
branch : hpy
- - - - -
c6c9c977 by Antonio Cuni at 2020-09-18T12:01:09+02:00
WIP: start to support legacy
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
63aa368a by Antonio Cuni at 2020-09-19T15:14:38+02:00
fix test_ztranslation by including the header files which are needed to
dereference things like PySlot_Slot inside attach_legacy_slots_to_type
--HG--
branch : hpy
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
18b86f6e by Antonio Cuni at 2020-09-19T17:59:45+02:00
try to fix translation
--HG--
branch : hpy
- - - - -
bca14ee1 by Antonio Cuni at 2020-09-19T18:10:46+02:00
try again to fix translation
--HG--
branch : hpy
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
9ebcea46 by Antonio Cuni at 2020-09-20T10:40:28+02:00
implement support for Py_tp_members
--HG--
branch : hpy
- - - - -
2 changed files:
- pypy/module/_hpy_universal/interp_cpy_compat.py
- pypy/module/_hpy_universal/test
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
8559f2ba by Antonio Cuni at 2020-09-20T16:05:41+02:00
skip legacy getsets for now, we need to decide how to implement HPy_AsPyObject
first
--HG--
branch : hpy
- - - - -
a7a205a0 by Antonio Cuni at 2020-09-20T16:13:26+02:00
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
5690877c by Antonio Cuni at 2020-09-21T09:11:42+02:00
more translation fix
--HG--
branch : hpy
- - - - -
1 changed file:
- pypy/module/_hpy_universal/interp_builder.py
View it on GitLab:
https://foss.heptapod.net/pypy
Antonio Cuni pushed to branch branch/default at PyPy / pypy
Commits:
567a5f14 by Antonio Cuni at 2020-09-22T10:35:52+02:00
remove duplicate entry and ignore the content of the bin/ directory (which is
useful if you ./pypy -m pip install stuff inside your working copy
- - - - -
1 changed
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
290fef6b by Antonio Cuni at 2020-09-22T09:30:26+02:00
./update_vedored to hpy git revision 7cf3e2f
--HG--
branch : hpy
- - - - -
25 changed files:
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/typeslots.h
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
669b93dc by Antonio Cuni at 2020-09-22T10:35:52+02:00
remove duplicate entry and ignore the content of the bin/ directory (which is
useful if you ./pypy -m pip install stuff inside your working copy
--HG--
branch : hpy
Antonio Cuni pushed to branch branch/default at PyPy / pypy
Commits:
c101bf47 by Antonio Cuni at 2020-09-22T11:48:51+02:00
Suppress the cpyext warnings like:
missing slot '__setattr__'/'tp_setattr', discovered on
'object'
...
They have been around fo
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
e4728302 by Antonio Cuni at 2020-09-22T12:01:01+02:00
comment out these SLOTS: they are not included yet in autogen_hpyslot.h, they
will be reenabled later when there is a test for them
--HG--
branch : hpy
- - - - -
983cf46c
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
4c6bdc31 by Antonio Cuni at 2020-10-01T11:04:51+02:00
test_nb_ops_binary passes
--HG--
branch : hpy
- - - - -
1 changed file:
- pypy/module/_hpy_universal/interp_slot.py
View it on GitLab:
https://foss.heptapod.net/pypy
Antonio Cuni pushed new branch branch/rpython-never-allocate at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/rpython-never-allocate
You're receiving this email because of your account on foss.heptapo
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
beddbe69 by Antonio Cuni at 2020-10-02T18:08:36+02:00
make it possible to call handles.using() with multiple objects, and use it to
simplify a piece of code
--HG--
branch : hpy
- - - - -
3 changed files:
- pypy/module
Antonio Cuni pushed to branch branch/rpython-never-allocate at PyPy / pypy
Commits:
aba70973 by Antonio Cuni at 2020-10-02T23:53:14+02:00
improve the test to check that if we constant-fold the MyClass malloc(),
everything works
--HG--
branch : rpython-never-allocate
- - - - -
1 changed
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
54c265b9 by Antonio Cuni at 2020-10-03T00:22:08+02:00
Refactor interp_slots.py
The autogen approach works for simple cases, but it quickly shows its limit
for more complex ones. The problem is that even in CPython the
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
8eaf2342 by Antonio Cuni at 2020-10-03T03:07:25+02:00
implement W_wrap_ternaryfunc: test_nb_ops_power passes
--HG--
branch : hpy
- - - - -
1 changed file:
- pypy/module/_hpy_universal/interp_slot.py
View it on GitLab
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
287a620f by Antonio Cuni at 2020-10-03T15:41:24+01:00
fix translation
--HG--
branch : hpy
- - - - -
37062a41 by Antonio Cuni at 2020-10-03T16:47:03+02:00
fix test_extra, the API changed
--HG--
branch : hpy
- - - - -
de1d4470
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
c6364c7d by Antonio Cuni at 2020-10-04T11:07:46+01:00
fix translation, as explained by the comment
--HG--
branch : hpy
- - - - -
1 changed file:
- pypy/module/_hpy_universal/interp_builder.py
View it on GitLab:
https
Antonio Cuni pushed to branch branch/default at PyPy / pypy
Commits:
7f4f78a8 by Antonio Cuni at 2020-10-04T15:24:36+02:00
improve the fake objspace so that it fails if you pass a resizable list to
newtuple, and to catch the problem which was fixed by 0726e91a1ce1
- - - - -
1 changed file
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
007d9e5c by Antonio Cuni at 2020-10-04T15:24:36+02:00
improve the fake objspace so that it fails if you pass a resizable list to
newtuple, and to catch the problem which was fixed by 0726e91a1ce1
--HG--
branch : hpy
Antonio Cuni pushed new branch branch/hpy-46f151a at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/hpy-46f151a
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-c
Antonio Cuni pushed to branch branch/hpy-46f151a at PyPy / pypy
Commits:
cbf4cc42 by Antonio Cuni at 2020-10-04T18:59:41+02:00
fix the case for params==NULL
--HG--
branch : hpy-46f151a
- - - - -
49858015 by Antonio Cuni at 2020-10-04T19:14:38+02:00
fix for test_ztranslation
--HG--
branch
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
b814aa95 by Antonio Cuni at 2020-10-04T17:38:57+02:00
./update_vendored.sh to git rev 46f151a
--HG--
branch : hpy-46f151a
- - - - -
d6738f87 by Antonio Cuni at 2020-10-04T17:58:34+02:00
implement hpy.universal.get_version
Antonio Cuni deleted branch branch/hpy-46f151a at PyPy / pypy
--
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
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
d94560f9 by Antonio Cuni at 2020-10-05T13:28:21+01:00
fix translation
--HG--
branch : hpy
- - - - -
4c55e9e2 by Antonio Cuni at 2020-10-05T14:28:11+02:00
use a different way to get the version without importing
Antonio Cuni pushed to branch branch/py3.6 at PyPy / pypy
Commits:
290fef6b by Antonio Cuni at 2020-09-22T09:30:26+02:00
./update_vedored to hpy git revision 7cf3e2f
--HG--
branch : hpy
- - - - -
669b93dc by Antonio Cuni at 2020-09-22T10:35:52+02:00
remove duplicate entry and ignore the
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
1ddc8bd8 by Matti Picus at 2020-08-25T20:48:02+03:00
more merge-from-default cleanup
--HG--
branch : py3.6
- - - - -
1b2d3708 by Matti Picus at 2020-08-26T17:43:49+03:00
more merge-from-default cleanup
--HG--
branch : py3.6
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
6d01cb06 by Antonio Cuni at 2020-10-05T17:06:26+02:00
./update_vendored to hpy 0.1.dev642+g508502c, git rev 508502c
--HG--
branch : hpy
- - - - -
ddb139b2 by Antonio Cuni at 2020-10-05T17:11:29+02:00
implement HPy_sq_length
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
ef51db74 by Antonio Cuni at 2020-10-23T10:25:21+02:00
./update_vendored to hpy version 0.1.dev723+gdba748d, git rev dba748d
--HG--
branch : hpy
- - - - -
d2045a5e by Antonio Cuni at 2020-10-23T10:33:22+02:00
update the context
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
a32cca96 by Antonio Cuni at 2020-11-02T14:38:11+01:00
WIP: start to implement HPyTracker
--HG--
branch : hpy
- - - - -
09293d6c by Antonio Cuni at 2020-11-02T14:50:00+01:00
implement HPyTracker_{Add,RemoveAll}
--HG--
branch
Antonio Cuni pushed to branch branch/py3.6 at PyPy / pypy
Commits:
c918539a by Antonio Cuni at 2020-10-05T16:24:02+02:00
merge py3.6 into hpy
--HG--
branch : hpy
- - - - -
6d01cb06 by Antonio Cuni at 2020-10-05T17:06:26+02:00
./update_vendored to hpy 0.1.dev642+g508502c, git rev 508502c
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits:
a9ba26c0 by Antonio Cuni at 2020-11-06T16:28:49+01:00
./update_vendored to hpy.devel 0.1.dev756+g848192d, git rev 848192d
--HG--
branch : hpy
- - - - -
1612e04e by Antonio Cuni at 2020-11-06T16:45:05+01:00
update the definition
Antonio Cuni pushed new branch branch/rpython-error_value at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/rpython-error_value
You're receiving this email because of your account on foss.heptapo
Antonio Cuni pushed to branch branch/rpython-error_value at PyPy / pypy
Commits:
b52af824 by Antonio Cuni at 2020-11-18T21:22:27+01:00
fix the case for exceptions raised by builtin ops
--HG--
branch : rpython-error_value
- - - - -
1 changed file:
- rpython/rtyper/llinterp.py
View it on
Antonio Cuni pushed to branch branch/rpython-error_value at PyPy / pypy
Commits:
454729a7 by Antonio Cuni at 2020-11-18T21:25:32+01:00
document the branch
--HG--
branch : rpython-error_value
- - - - -
1 changed file:
- pypy/doc/whatsnew-head.rst
View it on GitLab:
https
Antonio Cuni pushed to branch branch/rpython-error_value at PyPy / pypy
Commits:
ef0de482 by Antonio Cuni at 2020-11-20T18:13:38+01:00
rename this test, else it's ungreppable
--HG--
branch : rpython-error_value
- - - - -
1cbed6f5 by Antonio Cuni at 2020-11-21T11:58:27+01:00
WIP: requir
Antonio Cuni pushed to branch branch/rpython-error_value at PyPy / pypy
Commits:
349cc6b1 by Antonio Cuni at 2020-11-30T18:08:58+00:00
temporary checkin to see whether disabling this breaks any test
--HG--
branch : rpython-error_value
- - - - -
1 changed file:
- rpython/translator
Antonio Cuni pushed to branch branch/rpython-error_value at PyPy / pypy
Commits:
cf646112 by Antonio Cuni at 2020-11-30T21:39:44+01:00
Refactor&simplify the approach:
1. declare that the return value of general RPython function is undefined and
that you should not rely on it
2. m
Antonio Cuni pushed new branch branch/hpy-error-value at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/hpy-error-value
You're receiving this email because of your account on foss.heptapod.net.
___
Antonio Cuni pushed to branch branch/hpy-error-value at PyPy / pypy
Commits:
dc43712e by Antonio Cuni at 2020-12-01T17:09:21+01:00
add one more test, commited to the hpy repo in commit f698b7d
--HG--
branch : hpy-error-value
- - - - -
1 changed file:
- pypy/module/_hpy_universal/test
Antonio Cuni pushed to branch branch/hpy-error-value at PyPy / pypy
Commits:
42ea6a40 by Antonio Cuni at 2020-12-01T17:57:38+01:00
fix corresponding to hpy git rev 8de7983
--HG--
branch : hpy-error-value
- - - - -
1 changed file:
- pypy/module/_hpy_universal/test/_vendored/test_hpyerr.py
Antonio Cuni pushed to branch branch/hpy-error-value at PyPy / pypy
Commits:
148e5f27 by Antonio Cuni at 2020-12-02T11:54:15+01:00
fix whatsnew
--HG--
branch : hpy-error-value
- - - - -
f3de4cbc by Antonio Cuni at 2020-12-02T11:55:32+01:00
document this branch
--HG--
branch : hpy-error
Antonio Cuni pushed to branch branch/rpython-error_value at PyPy / pypy
Commits:
90587a52 by Antonio Cuni at 2020-12-02T11:54:15+01:00
fix whatsnew
--HG--
branch : rpython-error_value
- - - - -
1 changed file:
- pypy/doc/whatsnew-head.rst
View it on GitLab:
https://foss.heptapod.net
Antonio Cuni deleted branch branch/hpy-error-value at PyPy / pypy
--
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
Antonio Cuni pushed to branch branch/default at PyPy / pypy
Commits:
c47532d7 by Antonio Cuni at 2020-11-18T13:52:50+01:00
a branch where to introduce @error_value to be able to specify arbitrary return
values to use in case of exceptions (which is needed by hpy)
--HG--
branch : rpython
Antonio Cuni deleted branch branch/rpython-error_value at PyPy / pypy
--
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
Antonio Cuni pushed to branch branch/default at PyPy / pypy
Commits:
e8dae8db by Antonio Cuni at 2020-10-02T17:39:55+02:00
introduce a @never_allocate class decorator, which ensure that a certain
RPython class is never actually instantiated at runtime. Useful to ensure that
e.g. it's a
Antonio Cuni pushed new branch branch/hpy-0.0.2 at PyPy / pypy
--
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/hpy-0.0.2
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit ma
Antonio Cuni pushed to branch branch/hpy-0.0.2 at PyPy / pypy
Commits:
d1b4e14a by Antonio Cuni at 2021-04-07T16:46:11+02:00
make it possible to run update_vendored from other directories
--HG--
branch : hpy-0.0.2
- - - - -
76734f12 by Antonio Cuni at 2021-04-07T16:48:31+02:00
make it easier
Antonio Cuni pushed to branch branch/hpy-0.0.2 at PyPy / pypy
Commits:
ccb7775c by Antonio Cuni at 2021-04-07T17:30:18+02:00
copy also hpy/debug/src
--HG--
branch : hpy-0.0.2
- - - - -
e7f81cf9 by Antonio Cuni at 2021-04-07T17:32:03+02:00
run ./update_vendored.sh again, to import the debug
Antonio Cuni pushed to branch branch/hpy-0.0.2 at PyPy / pypy
Commits:
7e3ccc3c by Antonio Cuni at 2021-04-08T14:46:47+02:00
WIP: we need to special-case HPyDebugTest to allow applevel tests to use
self.make_leak_module()
--HG--
branch : hpy-0.0.2
- - - - -
8317f074 by Antonio Cuni at 2021
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
Antonio Cuni pushed to branch branch/hpy-0.0.2 at PyPy / pypy
Commits:
1189c756 by Antonio Cuni at 2021-04-10T18:00:12+02:00
WIP: introduce State.uctx/dctx and make it possible to override some of the
debug-mode functions
--HG--
branch : hpy-0.0.2
- - - - -
4 changed files:
- pypy/module
Antonio Cuni pushed new branch branch/fix-checkmodule at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/fix-checkmodule
You're receiving this email because of your account on foss.heptapod.net.
___
Antonio Cuni pushed to branch branch/hpy-0.0.2 at PyPy / pypy
Commits:
64b6192d by Antonio Cuni at 2021-04-10T18:52:12+02:00
introduce State.get(space) instead of space.fromcache(State), I think it's
nicer and clearer
--HG--
branch : hpy-0.0.2
- - - - -
fa3ef080 by Antonio Cuni at 20
Antonio Cuni pushed new branch branch/fix-checkmodule-2 at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/fix-checkmodule-2
You're receiving this email because of your account on foss.heptapod.net.
___
1 - 100 of 145 matches
Mail list logo