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 brendon-zhang@hotmail.com
Recipients brendon-zhang@hotmail.com, rhettinger
Date 2020-03-30.11:57:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585569425.32.0.275395505602.issue40114@roundup.psfhosted.org>
In-reply-to
Content
Two concerns is

1. the method signature (inspect.signature(lru_cache)) is not (maxsize=128, typed=False) anymore, and so it is poor documentation.
2. not good reuse of TypeErrors related to incorrect number of inputs / type of inputs.
History
Date User Action Args
2020-03-30 11:57:05brendon-zhang@hotmail.comsetrecipients: + brendon-zhang@hotmail.com, rhettinger
2020-03-30 11:57:05brendon-zhang@hotmail.comsetmessageid: <1585569425.32.0.275395505602.issue40114@roundup.psfhosted.org>
2020-03-30 11:57:05brendon-zhang@hotmail.comlinkissue40114 messages
2020-03-30 11:57:05brendon-zhang@hotmail.comcreate