diff options
author | Victor Stinner <vstinner@python.org> | 2020-09-23 21:25:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 21:25:54 (GMT) |
commit | d67de0a30d76c6a28056bae22fd7d13f2e111b77 (patch) | |
tree | b23fec55f92f6c27707e3125b06ea9eeb1ad2a2e /Lib/idlelib/pyshell.py | |
parent | bbeb223e9a5e9f9374df384efa386b4068a65c0e (diff) | |
download | cpython-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