-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
gh-121445: C implementation for fnmatch.translate
#123181
gh-121445: C implementation for fnmatch.translate
#123181
Conversation
See pythongh-123122 for the rationale.
Is this worth the added code complexity? Most users interact with |
You're right on this matter. To be honest, I wanted to improve Now, as you could see in the other PR, the improvements brought by |
Based on the discussion above, I believe we can close this PR? |
Oh yes. We can close it. I'll keep the branch on my side if I ever want to ressurect it though but yes. Sorry for forgetting about it. |
Smaller PR compared to #121446 (I was too lazy for making a new branch so it's a checkout from that other PR). This only adds the C acceleration part for
fnmatch.translate
. The improvements brought by this PR are quite good:Release
PGO
fnmatch
#121445