bpo-36299: array('u') uses Py_UCS4 instead of Py_UNICODE by methane · Pull Request #12497 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Closed
methane wants to merge 4 commits intopython:masterfrom
Closed
bpo-36299: array('u') uses Py_UCS4 instead of Py_UNICODE #12497
methane wants to merge 4 commits intopython:masterfrom
bpo-36299: array('u') uses Py_UCS4 instead of Py_UNICODE #12497
methane wants to merge 4 commits intopython:masterfrom
Conversation
Copy link Copy Markdown
Member
methane added 3 commits
March 22, 2019 19:39
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
methane commented Mar 22, 2019
Modules/arraymodule.c Outdated
| view->format = (char *)self->ob_descr->formats; | ||
| #ifdef Py_UNICODE_WIDE | ||
| if (self->ob_descr->typecode == 'u') { | ||
| view->format = "w"; |
Copy link Copy Markdown
Member Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why this is "w".
methane
closed this
methane
mentioned this pull request
methane
deleted the
array-unicode
branch
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment