summaryrefslogtreecommitdiffstats
path: root/Python/flowgraph.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2024-02-04 17:21:05 (GMT)
committerGitHub <noreply@github.com>2024-02-04 17:21:05 (GMT)
commitb9937a6f22d3a3b555ec34321acfac189e79a842 (patch)
tree8c4ceca403ddca7c3580926f9a927f654c14e699 /Python/flowgraph.c
parent4548ae7e65a919516939548932644a16a2bdc329 (diff)
downloadcpython-b9937a6f22d3a3b555ec34321acfac189e79a842.zip
cpython-b9937a6f22d3a3b555ec34321acfac189e79a842.tar.gz
cpython-b9937a6f22d3a3b555ec34321acfac189e79a842.tar.bz2
[3.12] gh-114388: Fix warnings when assign an unsigned integer member (GH-114391) (GH-115001)
* Fix a RuntimeWarning emitted when assign an integer-like value that is not an instance of int to an attribute that corresponds to a C struct member of type T_UINT and T_ULONG. * Fix a double RuntimeWarning emitted when assign a negative integer value to an attribute that corresponds to a C struct member of type T_UINT. (cherry picked from commit 3ddc5152550ea62280124c37d0b4339030ff7df4)
Diffstat (limited to 'Python/flowgraph.c')
0 files changed, 0 insertions, 0 deletions