X Tutup
Skip to content

GH-103475: cache() and lru_cache() do not have a "call once" guarantee#103669

Merged
rhettinger merged 1 commit intopython:mainfrom
rhettinger:cache_call_once
Apr 22, 2023
Merged

GH-103475: cache() and lru_cache() do not have a "call once" guarantee#103669
rhettinger merged 1 commit intopython:mainfrom
rhettinger:cache_call_once

Conversation

@rhettinger
Copy link
Contributor

@rhettinger rhettinger commented Apr 21, 2023

@miss-islington
Copy link
Contributor

Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 22, 2023
…arantee (pythonGH-103669)

(cherry picked from commit e5eaac6)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
@bedevere-bot
Copy link

GH-103682 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Apr 22, 2023
@rhettinger rhettinger deleted the cache_call_once branch April 22, 2023 14:18
AlexWaygood pushed a commit that referenced this pull request Apr 22, 2023
…uarantee (GH-103669) (#103682)

GH-103475: cache() and lru_cache() do not have a "call once" guarantee (GH-103669)
(cherry picked from commit e5eaac6)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
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.

3 participants

X Tutup