Message 208051 - Python tracker

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.

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.