Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-44003: expose default args on the wrapped functools.lru_cache function #25800

Closed
wants to merge 8 commits into from

Conversation

gpshead
Copy link
Member

@gpshead gpshead commented May 2, 2021

See bug for details. Basically the lru_cache wrapped function is lacking __defaults__ and __kwdefaults__ or they are incorrect (depending on existing implementation).

https://bugs.python.org/issue44003

@gpshead gpshead added needs backport to 3.9 only security fixes type-bug An unexpected behavior, bug, or error labels May 2, 2021
@rhettinger rhettinger self-assigned this May 2, 2021
@gpshead gpshead added type-feature A feature request or enhancement and removed needs backport to 3.9 only security fixes type-bug An unexpected behavior, bug, or error labels May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants