summaryrefslogtreecommitdiffstats
path: root/Objects/capsule.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-09-26 10:48:41 (GMT)
committerGitHub <noreply@github.com>2020-09-26 10:48:41 (GMT)
commitd73cf7ca85fb60b739e671597aabe72cc36d397a (patch)
tree41036a0686438e0c2d878ab0095be8a78d4d5a59 /Objects/capsule.c
parent9fdb76c34c44ac27531229b72aa2aa424d10e846 (diff)
downloadcpython-d73cf7ca85fb60b739e671597aabe72cc36d397a.zip
cpython-d73cf7ca85fb60b739e671597aabe72cc36d397a.tar.gz
cpython-d73cf7ca85fb60b739e671597aabe72cc36d397a.tar.bz2
bpo-41428: Fix compiler warning in unionobject.c (GH-22416)
Use Py_ssize_t type rather than int, to store lengths in unionobject.c. Fix the warning: Objects\unionobject.c(205,1): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data
Diffstat (limited to 'Objects/capsule.c')
0 files changed, 0 insertions, 0 deletions