Message343187
| Author | ncoghlan |
|---|---|
| Recipients | brett.cannon, hroncok, lukasz.langa, ncoghlan, pablogsal, serhiy.storchaka, steve.dower, vstinner, zzzeek |
| Date | 2019-05-22.12:21:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1558527694.36.0.826233051596.issue36751@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I split https://bugs.python.org/issue37010 out as a separate performance issue in case anyone is inclined to explore the idea of reversing the relationship between inspect.signature and inspect.getfullargspec, such that the latter becomes a fast building block for the former operation, rather than a relatively inefficient compatibility wrapper the way it is now. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-22 12:21:34 | ncoghlan | set | recipients: + ncoghlan, brett.cannon, vstinner, zzzeek, lukasz.langa, serhiy.storchaka, steve.dower, hroncok, pablogsal |
| 2019-05-22 12:21:34 | ncoghlan | set | messageid: <1558527694.36.0.826233051596.issue36751@roundup.psfhosted.org> |
| 2019-05-22 12:21:34 | ncoghlan | link | issue36751 messages |
| 2019-05-22 12:21:34 | ncoghlan | create | |