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-backports - - - - - a5621b11 by Armin Rigo at 2019-11-18T18:38:29+01:00 (antocuni, arigo) Allow llhelper functions to propagate exceptions from RPython to RPython via C. This already works after translation, but we need to convince ll2ctypes. --HG-- branch : hpy-rpython-backports - - - - - 51d004db by Antonio Cuni at 2019-11-18T23:24:43+01:00 introduce a new decorator @llhelper_can_raise and use it to fix test_exception --HG-- branch : hpy-rpython-backports - - - - - 8dd939c5 by Antonio Cuni at 2020-03-13T11:47:37+01:00 close branch --HG-- branch : hpy-rpython-backports - - - - - 0611ef3d by Antonio Cuni at 2020-03-13T11:48:54+01:00 Transplant to default some rpython/ commits which were done in the hpy branch. The original hpy commits are: 3a384fd65d2e 1b05295469eb 87553600e78a - - - - - 4 changed files: - rpython/rlib/objectmodel.py - rpython/rtyper/lltypesystem/ll2ctypes.py - rpython/rtyper/lltypesystem/test/test_ll2ctypes.py - rpython/translator/test/test_exceptiontransform.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/a287637681a6720452020d3d14e2a4f70527d300...0611ef3d199d52d00c9319e8f24c200d4b66f2eb --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/a287637681a6720452020d3d14e2a4f70527d300...0611ef3d199d52d00c9319e8f24c200d4b66f2eb 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
