Commit 9cb4f067 authored by Robert Bradshaw's avatar Robert Bradshaw

Add #725 to bugs list.

parent aaa69fd7
......@@ -19,6 +19,7 @@ temp_sideeffects_T654
class_scope_T671
slice2_T636
builtin_subtype_methods_T653
control_flow_except_T725
# CPython regression tests that don't current work:
pyregr.test_threadsignals
......
......@@ -10,4 +10,4 @@ def unused_except_capture():
except ValueError, s:
raise ValueError # segfault
except ValueError:
pass
\ No newline at end of file
pass
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment