summary refs log tree commit diff
path: root/changelog.d/16589.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not call getfullargspec on every call. (#16589)Patrick Cloke2023-10-311-0/+1
getfullargspec is relatively expensive and the results will not change between calls, so precalculate it outside the wrapper.