Message343187
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. |
|
| 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: <[email protected]> |
| 2019-05-22 12:21:34 | ncoghlan | link | issue36751 messages |
| 2019-05-22 12:21:34 | ncoghlan | create | |
|