diff options
author | Vitja Makarov <vitja.makarov@gmail.com> | 2011-08-31 16:30:10 +0400 |
---|---|---|
committer | Vitja Makarov <vitja.makarov@gmail.com> | 2011-08-31 16:30:10 +0400 |
commit | 314c25b5fd12ce7f0eedc13ff89ebfb67590a798 (patch) | |
tree | c3944446b6a4f734e7b29fc51967221a334355c8 /tests/bugs.txt | |
parent | d91bd5048c44a332d934d95fbb2c7d1b51fec819 (diff) | |
download | cython-314c25b5fd12ce7f0eedc13ff89ebfb67590a798.tar.gz |
CF: move exception target assignment mark to right place, ticket #725
Diffstat (limited to 'tests/bugs.txt')
-rw-r--r-- | tests/bugs.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bugs.txt b/tests/bugs.txt index 8b20f2ef0..2aa38548d 100644 --- a/tests/bugs.txt +++ b/tests/bugs.txt @@ -19,7 +19,6 @@ 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 |