From: Robert Bradshaw Date: Thu, 28 Apr 2011 20:30:58 +0000 (-0700) Subject: Add inline generator bugs to bug list. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=80ae39e7d25deb40eee504ada37ebb555c48476e;p=cython.git Add inline generator bugs to bug list. --- diff --git a/tests/bugs.txt b/tests/bugs.txt index c586868e..5eca55f0 100644 --- a/tests/bugs.txt +++ b/tests/bugs.txt @@ -30,3 +30,11 @@ pyregr.test_pep3131 # CPython regression tests that don't make sense pyregr.test_gdb pyregr.test_support + +# Inlined generators +all +any +builtin_sorted +dictcomp +inlined_generator_expressions +setcomp