|
|
|
Created:
13 years, 5 months ago by mstefanro Modified:
13 years, 5 months ago Reviewers:
Andrew Svetlov Visibility:
Public. |
Unbinding of methods
Patch Set 1 #
Total comments: 1
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 ...
|
13 years, 5 months ago (2012年07月19日 20:13:22 UTC) #1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 (right): http://codereview.appspot.com/6425052/diff/1/Objects/classobject.c#newcode248 Objects/classobject.c:248: Py_XDECREF(funcname); Looks like you found refleak. It should be fixed anyway