This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients larry, ncoghlan, yselivanov
Date 2014-02-19.21:34:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392845675.91.0.000370581603386.issue20688@psf.upfronthosting.co.za>
In-reply-to
Content
Larry, please consider cherry-picking this in 3.4.0.

The main motivation to have this in 3.4.0 is to avoid introducing a backwards incompatible change in inspect.getfullargspec() and inspect.getargspec() semantics.


changeset:   89284:65fb95578f94
user:        Yury Selivanov <yselivanov@sprymix.com>
date:        Wed Feb 19 16:27:23 2014 -0500
files:       Lib/inspect.py Lib/test/test_inspect.py Misc/NEWS
description:
inspect: Fix getfullargspec() to not to follow __wrapped__ chains

Initial patch by Nick Coghlan.
History
Date User Action Args
2014-02-19 21:34:35yselivanovsetrecipients: + yselivanov, ncoghlan, larry
2014-02-19 21:34:35yselivanovsetmessageid: <1392845675.91.0.000370581603386.issue20688@psf.upfronthosting.co.za>
2014-02-19 21:34:35yselivanovlinkissue20688 messages
2014-02-19 21:34:35yselivanovcreate