FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-36299: array('u') uses Py_UCS4 instead of Py_UNICODE by methane · Pull Request #12497 · python/cpython · GitHub

/ cpython Public

bpo-36299: array('u') uses Py_UCS4 instead of Py_UNICODE - #12497

Closed
methane wants to merge 4 commits into
python:masterfrom
methane:array-unicode
Closed

bpo-36299: array('u') uses Py_UCS4 instead of Py_UNICODE #12497
methane wants to merge 4 commits into
python:masterfrom
methane:array-unicode

Conversation

methane commented Mar 22, 2019
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Comment thread 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I don't know why this is "w".

brettcannon added the type-bug An unexpected behavior, bug, or error label Mar 27, 2019
methane closed this Apr 22, 2020
methane deleted the array-unicode branch April 28, 2025 03:10
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

Labels

awaiting core review type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL