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, yselivanov
Date 2014-02-21.23:36:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393025812.53.0.229625778918.issue20724@psf.upfronthosting.co.za>
In-reply-to
Content
Another tweak in signature. Fixes #17159 once and for all (and will save Stefan from adding ugly hacks in Cython).

I'm not sure if it is a release blocker or can wait till 3.4.1; all I can say is that the change is relatively simple, as it shouldn't matter what we try first - from_function() or from_builtin(). It's your call.

changeset:   89320:d6aa3fa646e2
tag:         tip
user:        Yury Selivanov <yselivanov@sprymix.com>
date:        Fri Feb 21 18:30:53 2014 -0500
files:       Lib/inspect.py Lib/test/test_inspect.py
description:
inspect.signature: Check for function-like objects before builtins. Issue #17159
History
Date User Action Args
2014-02-21 23:36:52yselivanovsetrecipients: + yselivanov, larry
2014-02-21 23:36:52yselivanovsetmessageid: <1393025812.53.0.229625778918.issue20724@psf.upfronthosting.co.za>
2014-02-21 23:36:52yselivanovlinkissue20724 messages
2014-02-21 23:36:51yselivanovcreate