bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h'#32376
Merged
miss-islington merged 4 commits intopython:mainfrom Sep 28, 2022
Merged
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Contributor
Author
|
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. |
Contributor
Author
|
NEWS entry added. Issue after migration #91399. |
Contributor
|
FWIW, this change looks correct to me (the original problem was a small miss-thought, I think). |
Member
|
@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
isidentical
approved these changes
Sep 28, 2022
Contributor
|
Status check is done, and it's a success ✅. |
Member
|
Thanks for the PR @LiarPrincess! |
Contributor
Author
|
Thanks for review. |
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
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.
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