]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes loop variables to be the same types as their limit (GH-120958)
authorSteve Dower <steve.dower@python.org>
Mon, 24 Jun 2024 16:11:47 +0000 (17:11 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2024 16:11:47 +0000 (17:11 +0100)
commite7315543377322e4c6e0d8d2c4a4bb4626e43f4c
tree956e3eb3c667a53aa60954e36916d165f2333bab
parent2e157851e36d83b0cb079b161d633b16ab899d16
Fixes loop variables to be the same types as their limit (GH-120958)
14 files changed:
Modules/_io/_iomodule.c
Modules/_sqlite/blob.c
Modules/_testinternalcapi/test_critical_sections.c
Objects/codeobject.c
Objects/unicodeobject.c
Objects/unionobject.c
Parser/action_helpers.c
Python/ast_opt.c
Python/compile.c
Python/flowgraph.c
Python/future.c
Python/getargs.c
Python/suggestions.c
Python/symtable.c