Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.4 cherry-pick: 65fb95578f94 inspect: Fix getfullargspec() to not to follow __wrapped__ chains #64887

Closed
1st1 opened this issue Feb 19, 2014 · 3 comments
Assignees

Comments

@1st1
Copy link
Member

1st1 commented Feb 19, 2014

BPO 20688
Nosy @ncoghlan, @larryhastings, @1st1

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/larryhastings'
closed_at = <Date 2014-02-20.06:33:02.886>
created_at = <Date 2014-02-19.21:34:35.903>
labels = ['release-blocker']
title = '3.4 cherry-pick: 65fb95578f94 inspect: Fix getfullargspec() to not to follow __wrapped__ chains'
updated_at = <Date 2014-02-20.06:47:12.693>
user = 'https://github.com/1st1'

bugs.python.org fields:

activity = <Date 2014-02-20.06:47:12.693>
actor = 'yselivanov'
assignee = 'larry'
closed = True
closed_date = <Date 2014-02-20.06:33:02.886>
closer = 'larry'
components = []
creation = <Date 2014-02-19.21:34:35.903>
creator = 'yselivanov'
dependencies = []
files = []
hgrepos = []
issue_num = 20688
keywords = []
message_count = 3.0
messages = ['211660', '211698', '211702']
nosy_count = 3.0
nosy_names = ['ncoghlan', 'larry', 'yselivanov']
pr_nums = []
priority = 'release blocker'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue20688'
versions = ['Python 3.4']

@1st1
Copy link
Member Author

1st1 commented Feb 19, 2014

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.

@larryhastings
Copy link
Contributor

ok.

@1st1
Copy link
Member Author

1st1 commented Feb 20, 2014

ok.
Great, thanks Larry!

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants