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
Raw File
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
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top