[issue20688] 3.4 cherry-pick: 65fb95578f94 inspect: Fix getfullargspec() to not to follow __wrapped__ chains

Yury Selivanov report at bugs.python.org
Wed Feb 19 22:34:35 CET 2014


New submission from Yury Selivanov:

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 at 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.

----------
assignee: larry
messages: 211660
nosy: larry, ncoghlan, yselivanov
priority: release blocker
severity: normal
status: open
title: 3.4 cherry-pick: 65fb95578f94 inspect: Fix getfullargspec() to not to follow __wrapped__ chains
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20688>
_______________________________________


More information about the Python-bugs-list mailing list