◐ Shell
clean mode source ↗

[3.11] bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for case-folding (GH-32010) by zooba · Pull Request #93591 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

zooba

merged 2 commits into

Jun 10, 2022

Conversation

@zooba zooba mentioned this pull request

Jun 9, 2022

@miss-islington

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

@miss-islington

Sorry, @zooba, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 927b5afee73218500a8fa80df86216cfdc24ef5a 3.10

@zooba zooba deleted the bpo-42658-3.11 branch

June 10, 2022 10:15

zooba added a commit to zooba/cpython that referenced this pull request

Jun 10, 2022
… for case-folding (pythonGH-93591)

* bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for case-folding (pythonGH-32010)

* Use AsWideCharString to avoid memory leaks in deprectated unicode converter

Co-authored-by: AN Long <aisk@users.noreply.github.com>

@bedevere-bot