Skip to content

gh-95504: Fix negative numbers in PyUnicode_FromFormat #95848

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

Merged
merged 3 commits into from
Aug 10, 2022

Conversation

encukou
Copy link
Member

@encukou encukou commented Aug 10, 2022

This is the non-refactoring part of #95505.

(Plus the ACKS fixup I forgot to include in #95819 😅)

Copy link
Contributor

@philg314 philg314 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some minor adjustment to the news entries based on the news entries for the %% changes but other than that everything is in order. Thank you!

encukou and others added 2 commits August 10, 2022 11:04
Co-authored-by: philg314 <110174000+philg314@users.noreply.github.com>
@encukou encukou merged commit 71c3d64 into python:main Aug 10, 2022
@encukou encukou deleted the unicode-from-format-negative branch August 10, 2022 11:12
@@ -475,7 +475,7 @@ Porting to Python 3.12
copied as-is to the result string, and any extra arguments discarded.
(Contributed by Serhiy Storchaka in :gh:`95781`.)

* Fixed wrong sign placement in :c:func:`PyUnicode_FromFormat` and
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, no problem! I'm just not a fan of the nitpycky tests :)

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

Successfully merging this pull request may close these issues.

3 participants