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-10-26 06:43 by ncoghlan, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| inspect_unwrap.patch | daniel.urban, 2012-04-25 20:34 | inspect.unwrap - 1st patch | review | |
| p13266-2.diff | aliles, 2012-10-30 04:28 | Updated patch for 3.4 with documentation | review | |
| inspect_unwrap_3.patch | daniel.urban, 2012-11-04 09:39 | review | ||
| issue13266_inspect_unwrap_4.diff | ncoghlan, 2013-07-15 12:55 | Patch with ability to stop unwrapping early | review | |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:23 | admin | set | github: 57475 |
| 2013-07-28 10:00:30 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg193814 resolution: fixed stage: patch review -> resolved |
| 2013-07-16 12:49:25 | aliles | set | messages: + msg193165 |
| 2013-07-15 12:55:32 | ncoghlan | set | files: + issue13266_inspect_unwrap_4.diff messages: + msg193095 |
| 2013-05-24 13:26:59 | ncoghlan | set | assignee: ncoghlan |
| 2013-03-25 03:16:42 | jcea | set | nosy: + jcea |
| 2013-03-19 18:16:05 | ncoghlan | set | dependencies: + functools.update_wrapper mishandles __wrapped__ messages: + msg184655 |
| 2012-11-22 17:34:37 | daniel.urban | set | stage: needs patch -> patch review |
| 2012-11-04 09:39:53 | daniel.urban | set | files: + inspect_unwrap_3.patch messages: + msg174767 |
| 2012-10-30 04:28:06 | aliles | set | files: + p13266-2.diff messages: + msg174179 |
| 2012-08-29 11:41:49 | aliles | set | nosy: + aliles |
| 2012-08-28 14:37:49 | eric.araujo | set | versions: + Python 3.4, - Python 3.3 |
| 2012-04-25 20:34:17 | daniel.urban | set | files: + inspect_unwrap.patch keywords: + patch messages: + msg159336 |
| 2011-10-27 15:38:29 | eric.araujo | set | nosy: + rhettinger, eric.araujo |
| 2011-10-27 14:08:57 | meador.inge | set | nosy: + meador.inge |
| 2011-10-26 16:46:58 | daniel.urban | set | nosy: + daniel.urban |
| 2011-10-26 13:43:29 | flox | set | nosy: + flox |
| 2011-10-26 06:56:37 | ncoghlan | set | messages: + msg146421 title: Support for unwrapping __wrapped__ functions in 'inspect' module -> Add inspect.unwrap(f) to easily unravel "__wrapped__" chains |
| 2011-10-26 06:44:47 | ezio.melotti | set | nosy: + ezio.melotti type: enhancement stage: needs patch |
| 2011-10-26 06:43:11 | ncoghlan | create | |

