Uh oh!
There was an error while loading. Please reload this page.
gh-151845: Fix formatfloat() return-value contract in unicode_format.c - #151846
Conversation
sobolevn
commented
Jun 21, 2026
Does it need to be backported? |
aisk
commented
Jun 21, 2026
This change doesn’t affect Python’s behavior because the caller already handles it. However, I think it would still be better to backport it to avoid potential future conflicts, as long as the backport is conflict-free. |
Uh oh!
There was an error while loading. Please reload this page.
Sorry, @aisk and @sobolevn, I could not cleanly backport this to |
GH-151865 is a backport of this pull request to the 3.15 branch. |
Sorry, @aisk and @sobolevn, I could not cleanly backport this to |
aisk
commented
Jun 21, 2026
Hi, since backporting this to 3.13 and 3.14 causes conflicts, I think we should just leave it as is. |
StanFromIreland
commented
Jun 21, 2026
@aisk feel free to remove the labels if a backport is unsuitable/not worth it. |
aisk
commented
Jun 22, 2026
TIL, thanks! |
…ormat.c (python#151846) Fix formatfloat() return-value contract in unicode_format.c
As mentioned in the issue, this don't affected to callers and users, so /skip-news and don't requires a test.