[pypy-svn] r46323 - pypy/branch/merging/translator/test
arigo at codespeak.net
arigo at codespeak.net
Wed Sep 5 12:33:35 CEST 2007
Author: arigo
Date: Wed Sep 5 12:33:34 2007
New Revision: 46323
Added:
pypy/branch/merging/translator/test/test_exceptiontransform.py.merge.tmp
- copied, changed from r46315, pypy/branch/merging/translator/test/test_exceptiontransform.py
Log:
merging of svn+ssh://codespeak.net/svn/pypy/branch/pypy-more-rtti-inprogress/translator/test/test_exceptiontransform.py
revisions 45507 to 46315:
------------------------------------------------------------------------
r46029 | antocuni | 2007-08-27 16:00:56 +0200 (Mon, 27 Aug 2007) | 3 lines
restore this "poor test, lost in the dark" (cit.)
------------------------------------------------------------------------
r46023 | fijal | 2007-08-27 15:30:16 +0200 (Mon, 27 Aug 2007) | 2 lines
Fix test
------------------------------------------------------------------------
r45997 | pedronis | 2007-08-26 18:13:26 +0200 (Sun, 26 Aug 2007) | 6 lines
llexternals typically should not raise. have a canraise flag on them for the benefit of the raise analyzer and exception transform.
this changeset will be fun to merge because on the trunk the exception transform has been generalized to work with ootype
and has moved. be careful.
------------------------------------------------------------------------
r45992 | pedronis | 2007-08-26 13:47:59 +0200 (Sun, 26 Aug 2007) | 3 lines
show the problem with the wrong assumption of exception transform vs. llexternals
------------------------------------------------------------------------
r45656 | arigo | 2007-08-14 18:10:44 +0200 (Tue, 14 Aug 2007) | 6 lines
For backup purposes, in-progress: convert more of the os module to rtti
and try to get rid of the rllib.ros module by making the native
interfaces RPythonic. This looks quite good in my opinion - seems that
we've finally learned a reasonable way to do external functions.
------------------------------------------------------------------------
More information about the Pypy-commit
mailing list