-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
bpo-36346: Prepare for removing the legacy Unicode C API. #12409
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
Closed
serhiy-storchaka
wants to merge
32
commits into
python:main
from
serhiy-storchaka:disable-wchar-cache
Closed
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
699e616
bpo-36346: Prepare for removing the legacy Unicode C API.
serhiy-storchaka 60b89c9
Fix winreg.SetValue().
serhiy-storchaka f386b63
Clean up some ifdefs in _testcapimodule.
serhiy-storchaka 11e0e0c
Make path_cleanup() paranoidally safer.
serhiy-storchaka 236f608
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka 8750d48
Fix os.scandir().
serhiy-storchaka 431e71f
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka 545c7a9
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka 3c1ab31
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka 54b0561
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka 2c62d96
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka 6d89775
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka 3b5294a
Silence compiler warnings.
serhiy-storchaka e7898fa
Fix PyUnicode_IsIdentifier for the cache-less build.
serhiy-storchaka fd641c6
Silence compiler warnings on Windows.
serhiy-storchaka a79d935
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka ed14aa9
Fix compiler warning in _testcapi.
serhiy-storchaka c5eb102
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka d529224
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka 6102b4b
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka 74695b3
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka 97b5228
Use HAVE_UNICODE_WCHAR_CACHE instead of USE_UNICODE_WCHAR_CACHE in _P…
serhiy-storchaka d6ba6b7
Set HAVE_UNICODE_WCHAR_CACHE and USE_UNICODE_WCHAR_CACHE only if they…
serhiy-storchaka 0da4146
Remove Py_UNICODE_MATCH.
serhiy-storchaka 51365fb
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka e425908
Fix unterminated #if.
serhiy-storchaka 8a9259b
Reset arraymodule.c.
serhiy-storchaka 76ba4b6
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka 16ac7fd
Temporary disable the wchar_t cache by default.
serhiy-storchaka 5e90bf8
Fix unicode_result().
serhiy-storchaka 09675ab
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka 6915ce3
Merge branch 'master' into disable-wchar-cache
serhiy-storchaka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.