[Cython] cython-devel-tests-pyregr regression

Stefan Behnel stefan_ml at behnel.de
Wed Aug 22 22:25:05 CEST 2012


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



More information about the cython-devel mailing list