]> granicus.if.org Git - python/commit
Patch from Georg Brandl: Fix co_lineno of decorated function and class objects. If...
authorChristian Heimes <christian@cheimes.de>
Sat, 23 Feb 2008 15:01:06 +0000 (15:01 +0000)
committerChristian Heimes <christian@cheimes.de>
Sat, 23 Feb 2008 15:01:06 +0000 (15:01 +0000)
commit09aaa88328a5083469b2682230c7f3c62942afab
tree5574f715c55f9287b78af484989160d11821fef3
parent90c3d9b99563abebbd0737c711be1c9313c1547b
Patch from Georg Brandl: Fix co_lineno of decorated function and class objects. If you see an error in test_inspect please delete all pyc files.
Lib/test/test_inspect.py
Misc/NEWS
Python/ast.c