summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/pyshell.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-09-23 21:25:54 (GMT)
committerGitHub <noreply@github.com>2020-09-23 21:25:54 (GMT)
commitd67de0a30d76c6a28056bae22fd7d13f2e111b77 (patch)
treeb23fec55f92f6c27707e3125b06ea9eeb1ad2a2e /Lib/idlelib/pyshell.py
parentbbeb223e9a5e9f9374df384efa386b4068a65c0e (diff)
downloadcpython-d67de0a30d76c6a28056bae22fd7d13f2e111b77.zip
cpython-d67de0a30d76c6a28056bae22fd7d13f2e111b77.tar.gz
cpython-d67de0a30d76c6a28056bae22fd7d13f2e111b77.tar.bz2
bpo-41428: Fix compiler warnings in unionobject.c (GH-22388)
Use Py_ssize_t type rather than int, to store lengths in unionobject.c. Fix warnings: Objects\unionobject.c(189,71): warning C4244: '+=': conversion from 'Py_ssize_t' to 'int', possible loss of data Objects\unionobject.c(182,1): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data Objects\unionobject.c(205,1): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data Objects\unionobject.c(437,1): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data
Diffstat (limited to 'Lib/idlelib/pyshell.py')
0 files changed, 0 insertions, 0 deletions