• Kevin Modzelewski's avatar
    Force the setting of ->lineno Name ast nodes · e02fbb7c
    Kevin Modzelewski authored
    I think this addresses most of the remaining cases where we
    have a traceback including "Line 0".  Most of these Name nodes
    can't cause an exception themselves, but other nodes copy their
    lineno values from these nodes, so just go ahead and set them
    appropriately.
    e02fbb7c
Makefile 42.6 KB