Staging
v0.8.1
https://github.com/python/cpython
Revision 71f2ff4ccf4ff8bdb56cc30d115ca2ddc602b12f authored by Victor Stinner on 23 September 2020, 12:06:55 UTC, committed by GitHub on 23 September 2020, 12:06:55 UTC
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
History
Tip revision: 71f2ff4ccf4ff8bdb56cc30d115ca2ddc602b12f authored by Victor Stinner on 23 September 2020, 12:06:55 UTC
bpo-40941: Fix fold_tuple_on_constants() compiler warnings (GH-22378)
Tip revision: 71f2ff4
File Mode Size
windows-release
ci.yml -rw-r--r-- 2.6 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 768 bytes
posix-deps-apt.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 2.6 KB
pr.yml -rw-r--r-- 2.6 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-release.yml -rw-r--r-- 3.9 KB
windows-steps.yml -rw-r--r-- 1.5 KB

back to top