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 2011年12月12日 15:32 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue13588_v1.diff | berker.peksag, 2011年12月13日 19:59 | First try | review | |
| Messages (6) | |||
|---|---|---|---|
| msg149315 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2011年12月12日 15:32 | |
The internal closure functions (eg. wrapper functions used by decorators) should not use generic names like inner() or wrapper(), but descriptive names so that they make sense when read in a traceback. IOW, you shouldn't have to look up the source code to figure out what decorator's wrapper is found in the traceback. |
|||
| msg149479 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2011年12月14日 21:21 | |
Thanks for the patch! I will try to find some time to do a proper review if someone else doesn't beat me to it (although first glance seems to suggest it all looks fine). |
|||
| msg151312 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2012年01月16日 00:58 | |
Hi Brett, did you have a chance to review the patch I submitted? |
|||
| msg151382 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年01月16日 16:30 | |
Sorry, been busy. I will definitely get to it this week. On Sun, Jan 15, 2012 at 19:58, Berker Peksag <report@bugs.python.org> wrote: > > Berker Peksag <berker.peksag@gmail.com> added the comment: > > Hi Brett, did you have a chance to review the patch I submitted? > > ---------- > > _______________________________________ > Python tracker <report@bugs.python.org> > <http://bugs.python.org/issue13588> > _______________________________________ > |
|||
| msg151389 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年01月16日 16:46 | |
New changeset 9935f7837c4b by Brett Cannon in branch 'default': Issue #13588: Rename decorators in importlib. http://hg.python.org/cpython/rev/9935f7837c4b |
|||
| msg151390 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年01月16日 16:47 | |
Thanks for the patch, Berker! It's all committed. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:24 | admin | set | github: 57797 |
| 2012年02月06日 20:24:22 | brett.cannon | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2012年01月16日 16:47:04 | brett.cannon | set | messages: + msg151390 |
| 2012年01月16日 16:46:37 | python-dev | set | nosy:
+ python-dev messages: + msg151389 |
| 2012年01月16日 16:30:52 | brett.cannon | set | messages: + msg151382 |
| 2012年01月16日 00:58:49 | berker.peksag | set | messages: + msg151312 |
| 2011年12月14日 21:21:44 | brett.cannon | set | messages:
+ msg149479 stage: needs patch -> patch review |
| 2011年12月13日 19:59:17 | berker.peksag | set | files:
+ issue13588_v1.diff keywords: + patch |
| 2011年12月12日 17:05:09 | eric.snow | set | nosy:
+ eric.snow |
| 2011年12月12日 16:25:04 | berker.peksag | set | nosy:
+ berker.peksag |
| 2011年12月12日 15:32:33 | brett.cannon | create | |