bpo-40941: Fix fold_tuple_on_constants() compiler warnings (GH-22378) · python/cpython@71f2ff4 · GitHub
Skip to content

Commit 71f2ff4

Browse files
authored
bpo-40941: Fix fold_tuple_on_constants() compiler warnings (GH-22378)
Add explicit casts to fix compiler warnings in fold_tuple_on_constants(). The limit of constants per code is now INT_MAX, rather than UINT_MAX.
1 parent 7f413a5 commit 71f2ff4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Python/compile.c

Lines changed: 2 additions & 4 deletions

0 commit comments

Comments
 (0)