Skip to content
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

bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' #32376

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

LiarPrincess
Copy link

@LiarPrincess LiarPrincess commented Apr 6, 2022

Fix for duplicate 1st entry in 'Objects/unicodetype_db.h':

/* a list of unique character type descriptors */
const _PyUnicode_TypeRecord _PyUnicode_TypeRecords[] = {
    {0, 0, 0, 0, 0, 0},
    {0, 0, 0, 0, 0, 0}, <--- HERE
    {0, 0, 0, 0, 0, 32},
    {0, 0, 0, 0, 0, 48},
    …

https://bugs.python.org/issue47243

https://bugs.python.org/issue47243

@the-knights-who-say-ni

This comment was marked as outdated.

@LiarPrincess
Copy link
Author

@LiarPrincess LiarPrincess commented Apr 6, 2022

CLA is signed, but there is this 'at least one business day before our records are updated'.

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Apr 15, 2022

Every change to Python requires a NEWS entry.

Please, add it using the blurb_it Web app or the blurb command-line tool.

@LiarPrincess
Copy link
Author

@LiarPrincess LiarPrincess commented Apr 16, 2022

NEWS entry added.

Issue after migration #91399.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants