Staging
v0.5.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
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 44.3 KB
python.c -rw-r--r-- 266 bytes

README

back to top