]> 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)
commitff385b89f40cfdfb6ceab41acfa89fa8594318f6
tree50f86cf39719da01a3fd3c3619f72840e1e2ba4b
parenteaeb623ae3f1f7ac516017851224c018cf0310f6
inspect: Fix getfullargspec() to not to follow __wrapped__ chains

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