Uh oh!
There was an error while loading. Please reload this page.
gh-141831:Document behavior of functools.lru_cache with concurrent access - #141869
Conversation
rhettinger
commented
Nov 23, 2025
This is a lot of extra text and is distracting from the core uses of |
SkvProgrammer
commented
Nov 23, 2025
I have updated it , please check |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| 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.
Add a space after the period.
| <<<<<<< HEAD | ||
| ======= |
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 |
Uh oh!
There was an error while loading. Please reload this page.
updating functools documentation
from:
to
functools.lru_cachewith concurrent access #141831📚 Documentation preview 📚: https://cpython-previews--141869.org.readthedocs.build/