[issue20309] Not all method descriptors are callable

Christian Hudon report at bugs.python.org
Fri Apr 18 03:15:09 CEST 2014


Christian Hudon added the comment:

Here is the (first?) complete version of the patch. All tests pass. Note that I had to remove a test that was checking that the object returned from staticmethod was not callable.

Let me know if I should add more tests, or if there are any other problems with the patch. Thanks!

----------
Added file: http://bugs.python.org/file34959/descr_v2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20309>
_______________________________________


More information about the Python-bugs-list mailing list