]> granicus.if.org Git - python/commit
inspect: Fix getfullargspec() to not to follow __wrapped__ chains
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 19 Feb 2014 21:27:23 +0000 (16:27 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 19 Feb 2014 21:27:23 +0000 (16:27 -0500)
commit57d240ef645c4d78432ce722844c150e5ba25fbb
treea656f202253735833a58a91b2ee7ed732d947cc2
parent4ac30f17925bc5dc283cd638a43b9ecde95b63a9
inspect: Fix getfullargspec() to not to follow __wrapped__ chains

Initial patch by Nick Coghlan.
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS