Message209301
Here's a first cut at a patch. All signatures now start with "sig=(".
I also added a special marker: if the first parameter starts with "$", we know for certain it's a "self" (or "module" or "type") parameter. This means we can lose the heuristics for "do we have a self parameter?", making inspect.Signature a little more bullet-proof. "$" was chosen as it isn't a legal token in Python. |
|
Date |
User |
Action |
Args |
2014-01-26 12:37:09 | larry | set | recipients:
+ larry, gvanrossum, barry, brett.cannon, ncoghlan, jkloth, skrah, gennad, zach.ware, serhiy.storchaka, yselivanov |
2014-01-26 12:37:08 | larry | set | messageid: <1390739828.14.0.848337591258.issue20326@psf.upfronthosting.co.za> |
2014-01-26 12:37:08 | larry | link | issue20326 messages |
2014-01-26 12:37:07 | larry | create | |
|