[issue20223] inspect.signature does not support new functools.partialmethod

Nick Coghlan report at bugs.python.org
Fri Jan 24 14:56:36 CET 2014


Nick Coghlan added the comment:

Yury, I believe the review comments from Rietveld go to the address you have registered as primary in the tracker, so that's currently your address with the ".ml" suffix rather than your main one.

My only suggestion was to use ._partialmethod for the attribute name, rather than __partialmethod__, since this feels a bit more like an ordinary private attribute, rather than a new protocol. Lots of introspection tools deliberately *display* dunder names, and that doesn't really feel appropriate here.

----------

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


More information about the Python-bugs-list mailing list