Message2324
Logged In: YES
user_id=920303
Attached a patch that inlines the finally blocks.
It turns out that some of the verifier problems I was having
with try:finally: happen to try:except: as well (nothing to
do with jsrs -- just that the restoreLocals code shouldn't
really be in any exception ranges). This patch, thus,
covers more cases than the previous one, because it handles
try:except: as well.
Added a test in test_jy_generators that tests a failing
try:except: case.
I'm looking into what this does to code size; more later. |
|
Date |
User |
Action |
Args |
2008-02-20 17:18:22 | admin | link | issue868514 messages |
2008-02-20 17:18:22 | admin | create | |
|