-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
gh-141831:Document behavior of functools.lru_cache with concurrent access #141869
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
Conversation
|
This is a lot of extra text and is distracting from the core uses of |
|
I have updated it , please check |
35f6b38 to
ad161da
Compare
ad161da to
813ea97
Compare
Doc/library/functools.rst
Outdated
| completed and cached. | ||
|
|
||
| Call-once behavior is not guaranteed because locks are not held during the | ||
| function call.Potentially another call with the same arguments could occur |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a space after the period.
Doc/library/functools.rst
Outdated
|
|
||
|
|
||
| <<<<<<< HEAD | ||
| ======= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove conflict markers.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
updating functools documentation
from:
to
functools.lru_cachewith concurrent access #141831📚 Documentation preview 📚: https://cpython-previews--141869.org.readthedocs.build/