-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' #32376
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
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
CLA is signed, but there is this 'at least one business day before our records are updated'. |
Every change to Python requires a NEWS entry. Please, add it using the blurb_it Web app or the blurb command-line tool. |
NEWS entry added. Issue after migration #91399. |
FWIW, this change looks correct to me (the original problem was a small miss-thought, I think). |
@LiarPrincess can you regenerate the unicodedata (and then I think we can merge it in). Thanks @cfbolz for the review! |
…te-entry-in-Objects-unicodetype_db.h
Status check is done, and it's a success ✅. |
Thanks for the PR @LiarPrincess! |
Thanks for review. |
Fix for duplicate 1st entry in 'Objects/unicodetype_db.h':
https://bugs.python.org/issue47243
https://bugs.python.org/issue47243
Automerge-Triggered-By: GH:isidentical