Issue1544277
Created on 2006-08-21 23:15 by nnorwitz, last changed 2009-02-07 00:15 by nascheme.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
with.diff
|
nnorwitz,
2006-08-21 23:15
|
|
|
|
|
msg29603 - (view) |
Author: Neal Norwitz (nnorwitz) |
Date: 2006-08-21 23:15 |
|
With the attached patch, there are no crashes when
running the test suite. Still 9 failures
test_compile test_contextlib test_dis test_grammar
test_inspect
test_peepholer test_scope test_trace test_with
There are at least 3 that seem to be real issues:
test_compile test_contextlib test_with
not sure if test_grammar or test_trace are a real
problems or not.
The attached patch is close but not perfect at fixing
the with issue. The problem is that the STORE_FAST for
the 'as' target is a LOAD_FAST (incorrectly).
|
|
msg81324 - (view) |
Author: Neil Schemenauer (nascheme) |
Date: 2009-02-07 00:15 |
|
Looks like this has already been fixed in SVN rev 53575.
|
|
| Date |
User |
Action |
Args |
| 2009-02-07 00:15:48 | nascheme | set | status: open -> closed resolution: out of date messages:
+ msg81324 stage: committed/rejected |
| 2006-08-21 23:15:58 | nnorwitz | create | |
|