]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-104018: remove unused format "z" handling in string formatfloat() (GH-10410...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 7 May 2023 05:06:06 +0000 (22:06 -0700)
committerGitHub <noreply@github.com>
Sun, 7 May 2023 05:06:06 +0000 (05:06 +0000)
commit15ffcf76e1b6bdd14aff0875beb2a8f2afdaf374
tree779953e1aaf30452d28ebfc4bd751fe0576909b3
parentefcd4bcb87a8a461ccf8f6038f75e638d86eeb8c
[3.11] gh-104018: remove unused format "z" handling in string formatfloat() (GH-104107) (#104260)

gh-104018: remove unused format "z" handling in string formatfloat() (GH-104107)

This is a cleanup overlooked in PR GH-104033.
(cherry picked from commit 69621d1b09c996e43a1e13d2fa4c317d3dd4d738)

Co-authored-by: John Belmonte <john@neggie.net>
Include/internal/pycore_format.h
Objects/bytesobject.c
Objects/unicodeobject.c
Python/ast_opt.c