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.

classification
Title: 3.4 cherry-pick: 65fb95578f94 inspect: Fix getfullargspec() to not to follow __wrapped__ chains
Type: Stage:
Components: Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: larry Nosy List: larry, ncoghlan, yselivanov
Priority: release blocker Keywords:

Created on 2014-02-19 21:34 by yselivanov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg211660 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2014-02-19 21:34
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.
msg211698 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-02-20 06:32
ok.
msg211702 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2014-02-20 06:47
> ok.
Great, thanks Larry!
History
Date User Action Args
2022-04-11 14:57:58adminsetgithub: 64887
2014-02-20 06:47:12yselivanovsetmessages: + msg211702
2014-02-20 06:33:02larrysetstatus: open -> closed
resolution: fixed
2014-02-20 06:32:13larrysetmessages: + msg211698
2014-02-19 21:34:35yselivanovcreate