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.
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:58 | admin | set | github: 64887 |
| 2014年02月20日 06:47:12 | yselivanov | set | messages: + msg211702 |
| 2014年02月20日 06:33:02 | larry | set | status: open -> closed resolution: fixed |
| 2014年02月20日 06:32:13 | larry | set | messages: + msg211698 |
| 2014年02月19日 21:34:35 | yselivanov | create | |