commit | 71f2ff4ccf4ff8bdb56cc30d115ca2ddc602b12f | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Sep 23 14:06:55 2020 +0200 |
committer | GitHub <noreply@github.com> | Wed Sep 23 14:06:55 2020 +0200 |
tree | 0c7f83c058836bd2533992142c2b4692f6c70ce6 | |
parent | 7f413a5d95e6d7ddddd6e2c9844c33594d6288f4 [diff] |
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.