Vitja Makarov, 22.08.2012 22:11:
> I've found regression:
> 
> https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests-pyregr/

Interesting. It's a Py2 list comprehension in a class body that's failing here:

"""
 class TestHelpSubparsersOrdering(HelpTestCase):
     subparsers_signatures = [Sig(name=name)
                              for name in ('a', 'b', 'c', 'd', 'e')]
 """

I wonder why "name" isn't declared as a variable yet at the point where it
is being looked up in the function call.

Stefan

_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to