Skip to content

[3.10] bpo-44310: Note that lru_cache keep references to both arguments and results (GH-26715) #26716

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

Merged
merged 1 commit into from
Jun 14, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 14, 2021

  • Simplify the count_vowels example
  • Hits and misses are fetched while a lock is held
  • Add note that references are kept for arguments and return values
  • Clarify behavior when typed is false.
    (cherry picked from commit fafcfff)

Co-authored-by: Raymond Hettinger [email protected]

https://bugs.python.org/issue44310

…results (pythonGH-26715)

* Simplify the count_vowels example
* Hits and misses are fetched while a lock is held
* Add note that references are kept for arguments and return values
* Clarify behavior when *typed* is false.
(cherry picked from commit fafcfff)

Co-authored-by: Raymond Hettinger <[email protected]>
@miss-islington
Copy link
Contributor Author

@rhettinger: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@rhettinger: Status check is done, and it's a success ✅ .

2 similar comments
@miss-islington
Copy link
Contributor Author

@rhettinger: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@rhettinger: Status check is done, and it's a success ✅ .

@rhettinger rhettinger merged commit 809c3fa into python:3.10 Jun 14, 2021
@miss-islington miss-islington deleted the backport-fafcfff-3.10 branch June 14, 2021 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants