Commit a9474c7
bpo-40941: Fix fold_tuple_on_constants() compiler warnings (pythonGH-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 596e658 commit a9474c7
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6100 | 6100 | | |
6101 | 6101 | | |
6102 | 6102 | | |
6103 | | - | |
6104 | | - | |
| 6103 | + | |
6105 | 6104 | | |
6106 | 6105 | | |
6107 | 6106 | | |
6108 | 6107 | | |
6109 | | - | |
6110 | 6108 | | |
6111 | 6109 | | |
6112 | 6110 | | |
| |||
6116 | 6114 | | |
6117 | 6115 | | |
6118 | 6116 | | |
6119 | | - | |
| 6117 | + | |
6120 | 6118 | | |
6121 | 6119 | | |
6122 | 6120 | | |
| |||
0 commit comments