[issue37010] Review performance of inspect.getfullargspec

2019-05-22 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- nosy: +pablogsal, yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue37010] Review performance of inspect.getfullargspec

2019-05-22 Thread mike bayer
mike bayer added the comment: thanks for creating this issue Nick! -- nosy: +zzzeek ___ Python tracker ___ ___ Python-bugs-list

[issue37010] Review performance of inspect.getfullargspec

2019-05-22 Thread Miro Hrončok
Change by Miro Hrončok : -- nosy: +hroncok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37010] Review performance of inspect.getfullargspec

2019-05-22 Thread Nick Coghlan
New submission from Nick Coghlan : (Splitting out a separate performance issue from https://bugs.python.org/issue36751#msg342683) There can be two quite different reasons for inspecting a function signature: * inspecting arbitrary functions to learn as much about them as possible in order