[issue13577] __qualname__ is not present on builtin methods and functions

sbt report at bugs.python.org
Mon Dec 12 12:49:56 CET 2011


sbt <shibturn at gmail.com> added the comment:

Patch which add __qualname__ to builtin_function_or_method.  Note that I had to make a builtin staticmethod have __self__ be the type instead of None.

----------
Added file: http://bugs.python.org/file23926/method_qualname.patch

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


More information about the Python-bugs-list mailing list