Serhiy Storchaka added the comment:

What if the __text_signature__ and __doc__ getter will call ast.parse() 
(actually compile()) on signature candidate? If it fails, then builtin has no 
signature, the __text_signature__ getter returns '', and the __doc__ getter 
returns all original docstring.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20326>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to