cpython/Tools/compiler
Jeremy Hylton 3d9f5e4de2 more robust assignment of lineno for keyword args
get the lineno from the name of the keyword arg

example of case that didn't work--
def foo(x, y, a = None,
	b = None):
2000-02-16 00:51:37 +00:00
..
compiler more robust assignment of lineno for keyword args 2000-02-16 00:51:37 +00:00