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
gh-96954: Add tests for unicodedata.name/lookup #96955
Conversation
They were undertested, and since python#96954 might involve a rewrite of this part of the code we want to ensure that there won't be any behavioral change. Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>
Thanks @isidentical for the PR, and @ambv for merging it |
Thanks @isidentical for the PR, and @ambv for merging it |
Sorry, @isidentical and @ambv, I could not cleanly backport this to |
Sorry @isidentical and @ambv, I had trouble checking out the |
…H-96955) They were undertested, and since pythonGH-96954 might involve a rewrite of this part of the code we want to ensure that there won't be any behavioral change. Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> (cherry picked from commit 5a32eec) Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
GH-96991 is a backport of this pull request to the 3.11 branch. |
…H-96955) They were undertested, and since pythonGH-96954 might involve a rewrite of this part of the code we want to ensure that there won't be any behavioral change. Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> (cherry picked from commit 5a32eec) Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
GH-96992 is a backport of this pull request to the 3.10 branch. |
They were undertested, and since GH-96954 might involve a rewrite of this part of the code we want to ensure that there won't be any behavioral change. Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> (cherry picked from commit 5a32eec) Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
…-96992) They were undertested, and since GH-96954 might involve a rewrite of this part of the code we want to ensure that there won't be any behavioral change. Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> (cherry picked from commit 5a32eec) Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
…-96991) They were undertested, and since GH-96954 might involve a rewrite of this part of the code we want to ensure that there won't be any behavioral change. Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> (cherry picked from commit 5a32eec) Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
They were undertested, and since #96954 might involve a rewrite of this part of the code we want to ensure that there won't be any behavioral change.
Co-authored-by: Carl Friedrich Bolz-Tereick cfbolz@gmx.de