This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:34ncoghlansetrecipients: + ncoghlan, brett.cannon, vstinner, zzzeek, lukasz.langa, serhiy.storchaka, steve.dower, hroncok, pablogsal
2019-05-22 12:21:34ncoghlansetmessageid: <1558527694.36.0.826233051596.issue36751@roundup.psfhosted.org>
2019-05-22 12:21:34ncoghlanlinkissue36751 messages
2019-05-22 12:21:34ncoghlancreate