Message339530
| Author | serhiy.storchaka |
|---|---|
| Recipients | gvanrossum, serhiy.storchaka, yselivanov |
| Date | 2019-04-06.08:33:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1554539621.71.0.0901781243935.issue36542@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Currently __text_signature__ can be used for specifying signature of functions implemented in C. It is ignored for functions implemented in Python. The proposed PR allows to override the real signature of Python functions by setting the __text_signature__ attribute. This is needed to restore useful signatures in functions that use the *args hack to implement positional-only parameters. See the discussion for PR 12637. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-06 08:33:41 | serhiy.storchaka | set | recipients: + serhiy.storchaka, gvanrossum, yselivanov |
| 2019-04-06 08:33:41 | serhiy.storchaka | set | messageid: <1554539621.71.0.0901781243935.issue36542@roundup.psfhosted.org> |
| 2019-04-06 08:33:41 | serhiy.storchaka | link | issue36542 messages |
| 2019-04-06 08:33:41 | serhiy.storchaka | create | |