This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients barry, brett.cannon, gennad, gvanrossum, jkloth, larry, ncoghlan, serhiy.storchaka, skrah, zach.ware
Date 2014-01-21.18:57:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390330654.94.0.746067029557.issue20326@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-01-21 18:57:34serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, barry, brett.cannon, ncoghlan, larry, jkloth, skrah, gennad, zach.ware
2014-01-21 18:57:34serhiy.storchakasetmessageid: <1390330654.94.0.746067029557.issue20326@psf.upfronthosting.co.za>
2014-01-21 18:57:34serhiy.storchakalinkissue20326 messages
2014-01-21 18:57:34serhiy.storchakacreate