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 larry
Recipients brett.cannon, larry, meador.inge, skrah, tim.peters, yselivanov
Date 2014-01-13.22:02:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389650554.92.0.64674664256.issue20189@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, life has gotten even more complicated.

In another issue (#20172) Zachary Ware pointed out that Argument Clinic needs to generate "self" parameters in the text string.  But this complicates life for inspect.Signature, which needs to not publish the "self" parameter when it's been bound.  I'm busy hacking up clinic.py to fix this right now and hope to have a patch later today.
History
Date User Action Args
2014-01-13 22:02:34larrysetrecipients: + larry, tim.peters, brett.cannon, skrah, meador.inge, yselivanov
2014-01-13 22:02:34larrysetmessageid: <1389650554.92.0.64674664256.issue20189@psf.upfronthosting.co.za>
2014-01-13 22:02:34larrylinkissue20189 messages
2014-01-13 22:02:34larrycreate