Skip to content

gh-142252: Augment functools.cached_property tests for set/delete - #143393

Open
Aniketsy wants to merge 5 commits into
python:mainfrom
Aniketsy:fix-142252
Open

gh-142252: Augment functools.cached_property tests for set/delete#143393
Aniketsy wants to merge 5 commits into
python:mainfrom
Aniketsy:fix-142252

Conversation

@Aniketsy

@Aniketsy Aniketsy commented Jan 3, 2026

Copy link
Copy Markdown
Contributor

@@ -0,0 +1 @@
Improve tests for `functools.cached_property` to verify that assigning to the attribute on an instance overrides the cached value, and that deleting it forces recomputation.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for a NEWS entry. Please remove it.

@github-actions

github-actions Bot commented May 4, 2026

Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions Bot added the stale Stale PR or inactive for long period of time. label May 4, 2026
@Aniketsy

Aniketsy commented May 4, 2026

Copy link
Copy Markdown
Contributor Author

@picnixz gentle ping, please review this when you get chance. Thanks :)

@picnixz
picnixz self-requested a review May 4, 2026 15:08
@github-actions github-actions Bot removed the stale Stale PR or inactive for long period of time. label May 17, 2026
@Aniketsy

Copy link
Copy Markdown
Contributor Author

@picnixz any thoughts on this, please let me know if we need any improvement. Thanks!

@github-actions

Copy link
Copy Markdown

This PR is stale because it has been open for 90 days with no activity.

@github-actions github-actions Bot added the stale Stale PR or inactive for long period of time. label Sep 10, 2026
@picnixz picnixz added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes and removed stale Stale PR or inactive for long period of time. labels Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants