Skip to content

gh-74598: document that fnmatch.filterfalse is affected by cache limitation #136781

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 2 commits into from
Jul 19, 2025

Conversation

gergely-elias
Copy link
Contributor

@gergely-elias gergely-elias commented Jul 19, 2025

trivial fix: mentioning limitations of the recently (3.14) introduced filterfalse function

[ EuroPython 2025 Sprints with the supervision of @AA-Turner ]


📚 Documentation preview 📚: https://cpython-previews--136781.org.readthedocs.build/

@python-cla-bot
Copy link

python-cla-bot bot commented Jul 19, 2025

All commit authors signed the Contributor License Agreement.

CLA signed

@picnixz
Copy link
Member

picnixz commented Jul 19, 2025

Ah thank you for this! I totally forgot updating the cache information when I merged my filterfalse feature.

@picnixz picnixz changed the title fnmatch.filterfalse is affected by cache limitation just like other similar functions gh-74598: document that fnmatch.filterfalse is affected by cache limitation Jul 19, 2025
@picnixz picnixz added the needs backport to 3.14 bugs and security fixes label Jul 19, 2025
@picnixz picnixz enabled auto-merge (squash) July 19, 2025 09:45
@picnixz picnixz merged commit 263e451 into python:main Jul 19, 2025
26 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Jul 19, 2025
@miss-islington-app
Copy link

Thanks @gergely-elias for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 19, 2025
…che limitation (pythonGH-136781)

(cherry picked from commit 263e451)

Co-authored-by: Gergely Elias <gergely.elias@gmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Jul 19, 2025

GH-136782 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Jul 19, 2025
picnixz pushed a commit that referenced this pull request Jul 19, 2025
…ache limitation (GH-136781) (#136782)

gh-74598: document that `fnmatch.filterfalse` is affected by cache limitation (GH-136781)
(cherry picked from commit 263e451)

Co-authored-by: Gergely Elias <gergely.elias@gmail.com>
@AA-Turner AA-Turner added the needs backport to 3.14 bugs and security fixes label Jul 19, 2025
@miss-islington-app
Copy link

Thanks @gergely-elias for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @gergely-elias and @picnixz, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 263e451c4114ac98add1f1e8aa9ee030e054bdfd 3.14

@AA-Turner
Copy link
Member

Ignore, sorry.

A

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 needs backport to 3.14 bugs and security fixes skip news sprint
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants