Message1345

Author pedronis
Recipients
Date 2006-12-21.05:55:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
the problem is very simple

a) further calls on the __get__ behavior of a bound method should simply return the bound method untouched
   (see 
    http://svn.python.org/view/python/trunk/Objects/classobject.c  instancemethod_descr_get
    or https://codespeak.net/viewvc/pypy/dist/pypy/interpreter/function.py  def descr_method_get)

b) PyMethod is still 2.1 code, it needs to be converted to new-style conventions
History
Date User Action Args
2008-02-20 17:17:37adminlinkissue1605019 messages
2008-02-20 17:17:37admincreate