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: 2000c27ebe80 inspect: Fix getfullargspec to support builtin module-level functions
Type: Stage:
Components: Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: larry Nosy List: larry, yselivanov
Priority: release blocker Keywords:

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

Messages (2)
msg211810 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2014-02-21 06:41
Larry, please consider cherry-picking 2000c27ebe80.

Another bug in newly renovated 'inspect.getfullargspec()', this time with module-level builtins. Would be great if it supports them well in 3.4.

changeset:   89314:2000c27ebe80
tag:         tip
user:        Yury Selivanov <yselivanov@sprymix.com>
date:        Fri Feb 21 01:32:42 2014 -0500
files:       Lib/inspect.py Lib/test/test_inspect.py
description:
inspect: Fix getfullargspec to support builtin module-level functions. Issue #20711
msg211912 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-02-22 07:34
ok.
History
Date User Action Args
2022-04-11 14:57:59adminsetgithub: 64914
2014-02-22 07:34:24larrysetstatus: open -> closed
resolution: fixed
messages: + msg211912
2014-02-21 06:43:47yselivanovsetkeywords: - 3.4regression
2014-02-21 06:41:44yselivanovcreate