Force the setting of ->lineno Name ast nodes
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.
Showing
This diff is collapsed.
Please register or sign in to comment