Unbinding of methods - Code Review (original) (raw)
Created:
12 years, 9 months ago by mstefanro
Modified:
12 years, 9 months ago
Visibility:
Public.
Description
Unbinding of methods
Patch Set 1#
Total comments: 1
Created: 12 years, 9 months ago
Unified diffs | Side-by-side diffs | Delta from patch set | Stats (+181 lines, -18 lines) | Patch | ||||
---|---|---|---|---|---|---|---|---|
![]() |
M | Include/descrobject.h | View | 1 chunk | +1 line, -0 lines | 0 comments | Download | |
![]() |
M | Include/methodobject.h | View | 2 chunks | +7 lines, -3 lines | 0 comments | Download | |
![]() |
M | Lib/functools.py | View | 2 chunks | +13 lines, -1 line | 0 comments | Download | |
![]() |
M | Lib/inspect.py | View | 1 chunk | +21 lines, -0 lines | 0 comments | Download | |
![]() |
M | Lib/test/test_functools.py | View | 2 chunks | +56 lines, -0 lines | 0 comments | Download | |
![]() |
M | Lib/types.py | View | 1 chunk | +12 lines, -0 lines | 0 comments | Download | |
![]() |
M | Objects/classobject.c | View | 1 chunk | +3 lines, -1 line | 1 comment | Download | |
![]() |
M | Objects/descrobject.c | View | 11 chunks | +32 lines, -8 lines | 0 comments | Download | |
![]() |
M | Objects/methodobject.c | View | 4 chunks | +36 lines, -5 lines | 0 comments | Download |
Messages
Total messages: 1
Andrew Svetlov | Maybe it's subject for separate issue — but it is good finding. http://codereview.appspot.com/6425052/diff/1/Objects/classobject.c File Objects/classobject.c ... | 12 years, 9 months ago (2012-07-19 20:13:22 UTC)#1 |
---|